Skip to content

Commit f3de820

Browse files
committed
use latest docker image tag for latest git tag
Signed-off-by: xeptore <29199390+xeptore@users.noreply.github.com>
1 parent 65b4218 commit f3de820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
maintainer=${{ github.repository_owner }}
6363
org.opencontainers.image.authors=${{ github.repository_owner }}
6464
flavor: |
65-
latest=${{ github.ref_type != 'tag' && !startsWith(github.ref, 'refs/tags/') }}
65+
latest=${{ github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/') }}
6666
prefix=,onlatest=false
6767
suffix=,onlatest=false
6868
- name: Setup Docker Buildx

0 commit comments

Comments
 (0)