Skip to content

Commit

Permalink
chore: add tag label in docker publish GH action (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-starkware authored Jul 3, 2024
1 parent c5b95d5 commit 030e126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
type=ref,event=pr
# set `dev` tag for the default branch (`main`).
type=raw,value=dev,enable={{is_default_branch}}
type=raw,value={{branch}}-{{sha}},enable=${{ github.event_name == 'workflow_dispatch' }}
type=raw,value={{branch}}{{tag}}-{{sha}},enable=${{ github.event_name == 'workflow_dispatch' }}
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 030e126

Please sign in to comment.