Skip to content

Commit

Permalink
change docker version tag to raw
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Oct 31, 2023
1 parent 40dc564 commit 543b4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}},value=${{ env.software_version }}
type=raw,pattern={{version}},value=${{ env.software_version }}
type=raw,value=${{ env.venue }}
- name: Wait for package
if: ${{ !startsWith(github.ref, 'refs/heads/feature') }}
Expand Down

0 comments on commit 543b4e1

Please sign in to comment.