Skip to content

Commit acd7824

Browse files
Revert "Bump docker/build-push-action from 5 to 6"
This reverts commit 0a9d9ef. Seems like actions/download-artifact got broken around the same time as this change, so let's revert this change for now.
1 parent 0e6e0c7 commit acd7824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: meta
6161
with:
6262
images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }}
63-
- uses: docker/build-push-action@v6
63+
- uses: docker/build-push-action@v5
6464
with:
6565
context: builders/${{ matrix.entry.target }}
6666
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
@@ -113,7 +113,7 @@ jobs:
113113
path: ./rubies
114114
key: ${{ matrix.entry.rubies_cache_key }}
115115
- uses: docker/setup-buildx-action@v3
116-
- uses: docker/build-push-action@v6
116+
- uses: docker/build-push-action@v5
117117
id: builder-image
118118
env:
119119
DOCKER_BUILD_NO_SUMMARY: true

0 commit comments

Comments
 (0)