Skip to content

Commit

Permalink
Added short sha
Browse files Browse the repository at this point in the history
  • Loading branch information
cjoergensen committed Oct 27, 2023
1 parent da79eb3 commit 28bcdd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
# docker manifest push ${{env.imageRepository}}:latest
docker tag ${{env.imageRepository}}:${{ github.sha }} ${{env.imageRepository}}:latest
docker tag ${{env.imageRepository}}:${{ github.sha }} ${{env.imageRepository}}:${{env.version}}
docker tag ${{env.imageRepository}}:${{ github.sha }} ${{env.imageRepository}}:${{ steps.vars.outputs.SHORT_SHA }}
docker push --all-tags ${{env.imageRepository}}

0 comments on commit 28bcdd5

Please sign in to comment.