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

Commita114288

Browse files
authored
ci: remove release make concurrency to fix docker image race (#13769)
1 parent5ea5db2 commita114288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
298298
# build Docker images for each architecture
299299
version="$(./scripts/version.sh)"
300-
make-jbuild/coder_"$version"_linux_{amd64,arm64,armv7}.tag
300+
make build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
301301
302302
# we can't build multi-arch if the images aren't pushed, so quit now
303303
# if dry-running
@@ -308,7 +308,7 @@ jobs:
308308
309309
# build and push multi-arch manifest, this depends on the other images
310310
# being pushed so will automatically push them.
311-
make-jpush/build/coder_"$version"_linux.tag
311+
make push/build/coder_"$version"_linux.tag
312312
313313
# if the current version is equal to the highest (according to semver)
314314
# version in the repo, also create a multi-arch image as ":latest" and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp