We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a92ce1 commit f165db7Copy full SHA for f165db7
.github/workflows/docker-ghcrio.yml
@@ -16,7 +16,7 @@ jobs:
16
images: ghcr.io/${{ github.repository }}
17
# create latest tag for branch events
18
flavor: |
19
- latest=${{ github.event_name == 'push' && github.ref_type == 'branch' }}
+ latest=auto
20
tags: |
21
type=ref,event=branch
22
type=ref,event=pr
0 commit comments