1 parent 65b4218 commit f3de820Copy full SHA for f3de820
1 file changed
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
maintainer=${{ github.repository_owner }}
63
org.opencontainers.image.authors=${{ github.repository_owner }}
64
flavor: |
65
- latest=${{ github.ref_type != 'tag' && !startsWith(github.ref, 'refs/tags/') }}
+ latest=${{ github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/') }}
66
prefix=,onlatest=false
67
suffix=,onlatest=false
68
- name: Setup Docker Buildx
0 commit comments