Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6b059c7

Browse files
MayorFajSamMorrowDrums
authored andcommitted
fix: update Docker publish workflow to correctly handle version tagging
1 parent778b840 commit6b059c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
type=match
8080
type=pep440
8181
# Custom rule to prevent pre-releases from getting latest tag
82-
type=raw,value=latest,enable=${{!contains(github.ref, '-') && github.ref_type == 'tag' }}
82+
type=raw,value=latest,enable=${{github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') &&!contains(github.ref, '-') }}
8383
8484
-name:Go Build Cache for Docker
8585
uses:actions/cache@v4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp