Skip to content

Commit d572b34

Browse files
committed
[linux/arm64] [linux/amd64] Use correct ref to commit message
1 parent d56306f commit d572b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
docker_build="docker buildx build --platform=$DOCKER_BUILD_PLATFORM --cache-from=type=local,src=tmp/build-cache --cache-to=type=local,dest=tmp/build-cache-new --load -t $extra_tag"
7373
bundle exec rake build:${PLATFORM} RCD_DOCKER_BUILD="$docker_build"
7474
75-
if [[ "$(git log -1 --pretty=format:"%s")" =~ *"$DOCKER_BUILD_PLATFORM"* ]]; then
75+
if [[ "$(git log -1 --pretty=format:"%s")" =~ *"${{ matrix.docker-platform-cpu }}"* ]]; then
7676
echo "::info::Saving docker image $extra_tag"
7777
docker save -o "tmp/${extra_tag}.tar" $extra_tag
7878
echo "image-tarball=tmp/${extra_tag}.tar" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)