Skip to content

Commit

Permalink
output tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Jan 13, 2024
1 parent 51d6496 commit 58f6edb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
- name: Login to registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand Down

0 comments on commit 58f6edb

Please sign in to comment.