Skip to content

Commit

Permalink
Fix docker tag strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 authored Jul 29, 2024
1 parent 6161dd4 commit 33ddd17
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 @@ -53,7 +53,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=ref,event=tag
- name: Package and Push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 33ddd17

Please sign in to comment.