Skip to content

Commit

Permalink
fix tag cid docker
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Feb 7, 2025
1 parent 41b0e6e commit 8ca94c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,prefix=commit-
type=raw,value=latest,enable={{is_tag}}
type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 8ca94c9

Please sign in to comment.