We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dbd851 commit c904261Copy full SHA for c904261
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Build docker image
63
run: |
64
docker buildx create --driver docker-container --use
65
- bundle exec rake build:${PLATFORM} RCD_DOCKER_BUILD="docker buildx build --platform ${{ inputs.docker-platform }} --cache-from=type=local,src=tmp/build-cache --cache-to=type=local,dest=tmp/build-cache-new --load"
+ bundle exec rake build:${PLATFORM} RCD_DOCKER_BUILD="docker buildx build --platform ${{ matrix.docker-platform }} --cache-from=type=local,src=tmp/build-cache --cache-to=type=local,dest=tmp/build-cache-new --load"
66
67
- name: Move build cache and remove outdated layers
68
0 commit comments