Skip to content

Commit

Permalink
Revert "Bump docker/build-push-action from 5 to 6"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kateinoigakukun committed Jun 26, 2024
1 parent 0e6e0c7 commit acd7824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: meta
with:
images: ghcr.io/${{ github.repository_owner }}/ruby.wasm/builder/${{ matrix.entry.target }}
- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v5
with:
context: builders/${{ matrix.entry.target }}
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
path: ./rubies
key: ${{ matrix.entry.rubies_cache_key }}
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v5
id: builder-image
env:
DOCKER_BUILD_NO_SUMMARY: true
Expand Down

0 comments on commit acd7824

Please sign in to comment.