File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ 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")" =~ *"${{ matrix.docker-platform-cpu }}"* ]]; 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
79- fi
79+ # fi
8080
8181 - name : Upload Docker image tarball
8282 if : ${{ steps.buildx.outputs.image-tarball != '' }}
You can’t perform that action at this time.
0 commit comments