Skip to content

Commit

Permalink
set docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lapp committed Feb 21, 2024
1 parent 834e700 commit 036693b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
inputs:
release_tag:
description: 'Run Partial Release (Push to Docker Hub, Dont Push to PyPi)'
description: 'Docker Tag'
required: false
default: 'latest'

Expand All @@ -32,7 +32,7 @@ jobs:
push: true
tags: |
outlinesdev/outlines:latest
outlinesdev/outlines:${{ github.event.release.tag_name }}
outlinesdev/outlines:${{ github.event.release.tag_name || github.event.inputs.release_tag }}
build-args: |
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
- name: Clean docker cache
Expand Down

0 comments on commit 036693b

Please sign in to comment.