We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d572b34 commit 581c626Copy full SHA for 581c626
.github/workflows/ci.yml
@@ -72,11 +72,11 @@ jobs:
72
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"
73
bundle exec rake build:${PLATFORM} RCD_DOCKER_BUILD="$docker_build"
74
75
- if [[ "$(git log -1 --pretty=format:"%s")" =~ *"${{ matrix.docker-platform-cpu }}"* ]]; then
+ # if [[ "$(git log -1 --pretty=format:"%s")" =~ *"${{ matrix.docker-platform-cpu }}"* ]]; then
76
echo "::info::Saving docker image $extra_tag"
77
docker save -o "tmp/${extra_tag}.tar" $extra_tag
78
echo "image-tarball=tmp/${extra_tag}.tar" >> $GITHUB_OUTPUT
79
- fi
+ # fi
80
81
- name: Upload Docker image tarball
82
if: ${{ steps.buildx.outputs.image-tarball != '' }}
0 commit comments