Skip to content

Commit

Permalink
Use default tags without sha fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Oct 18, 2023
1 parent 53fc431 commit 824095c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: ${{ github.ref_name }}
tags: |
type=schedule
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch
flavor: |
latest=false
Expand Down

0 comments on commit 824095c

Please sign in to comment.