Skip to content

Commit f165db7

Browse files
authored
Set latest to auto
let's docker/metadata to handle this
1 parent 5a92ce1 commit f165db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-ghcrio.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
images: ghcr.io/${{ github.repository }}
1717
# create latest tag for branch events
1818
flavor: |
19-
latest=${{ github.event_name == 'push' && github.ref_type == 'branch' }}
19+
latest=auto
2020
tags: |
2121
type=ref,event=branch
2222
type=ref,event=pr

0 commit comments

Comments
 (0)