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

Commit367f8d4

Browse files
chore: correct build arg syntax (#75)
1 parent5c6f43d commit367f8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
cache-from:type=gha
8181
cache-to:type=gha,mode=max
8282
platforms:linux/amd64,linux/arm64
83-
build-args:
84-
VERSION:${{ github.ref_name }}
83+
build-args:|
84+
VERSION=${{ github.ref_name }}
8585
8686
# Sign the resulting Docker image digest except on PRs.
8787
# This will only write to the public Rekor transparency log when the Docker

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp