We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a26e13 commit 1c0461bCopy full SHA for 1c0461b
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
id: buildx
69
run: |
70
docker buildx create --driver docker-container --use
71
- extra_tag="rcd-${PLATFORM}-${DOCKER_BUILD_PLATFORM}-${{ github.sha }}"
+ extra_tag="rcd-${PLATFORM}-${{ matrix.docker-platform-cpu }}-${{ github.sha }}"
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
0 commit comments