Skip to content

Commit

Permalink
Fix docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedenko-ubique committed Sep 19, 2024
1 parent 3886910 commit 9ae928b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
tags: >
# dynamically set the branch name and sha as a custom tag if
tag_add_commithash is enabled
type=semver,pattern={{raw}},value=${{ inputs.repo_branch || github.ref_name }},enable=true
type=raw,value=${{ inputs.repo_branch || github.ref_name }}-{{sha}},enable=true
# set latest tag for default branch
type=raw,value=latest,enable=true
Expand Down

0 comments on commit 9ae928b

Please sign in to comment.