Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore: add tag to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Mar 1, 2023
1 parent be62557 commit a687e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
context: ./
push: true
tags: ${{ env.REGISTRY }}/${{ env.BASE_NAME }}
tags: ${{ env.REGISTRY }}/${{ env.BASE_NAME }}:${{ github.event.release.tag_name }}

0 comments on commit a687e51

Please sign in to comment.