Skip to content

Commit

Permalink
use latest docker image tag for latest git tag
Browse files Browse the repository at this point in the history
Signed-off-by: xeptore <[email protected]>
  • Loading branch information
xeptore committed Mar 22, 2023
1 parent 65b4218 commit f3de820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
maintainer=${{ github.repository_owner }}
org.opencontainers.image.authors=${{ github.repository_owner }}
flavor: |
latest=${{ github.ref_type != 'tag' && !startsWith(github.ref, 'refs/tags/') }}
latest=${{ github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/') }}
prefix=,onlatest=false
suffix=,onlatest=false
- name: Setup Docker Buildx
Expand Down

0 comments on commit f3de820

Please sign in to comment.