Skip to content

Commit

Permalink
Try v4 of the build push action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jun 30, 2023
1 parent e487164 commit 8878f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build base
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: false
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
docker load --input /tmp/base.tar
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: ./${{ matrix.year }}
push: false
Expand Down

0 comments on commit 8878f63

Please sign in to comment.