Skip to content

Commit

Permalink
Add tagging of images
Browse files Browse the repository at this point in the history
  • Loading branch information
fliepeltje committed Mar 8, 2024
1 parent a469386 commit fb83bbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
context: .
file: ${{ env.DOCKERFILE_PATH }}
push: true
tags: ghcr.io/centrefordigitalhumanities/humitifier/${{ env.IMAGE_NAME }}:latest
tags: |
ghcr.io/centrefordigitalhumanities/humitifier/${{ env.IMAGE_NAME }}:latest
ghcr.io/centrefordigitalhumanities/humitifier/${{ env.IMAGE_NAME }}:${{ github.ref_name }}

0 comments on commit fb83bbc

Please sign in to comment.