Skip to content

Commit

Permalink
Merge pull request #92 from r-hub/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
gaborcsardi authored Jun 24, 2024
2 parents cadffbe + e14fade commit 48634b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
push: false
Expand All @@ -67,7 +67,7 @@ jobs:
rhub/r-minimal:test bash -c "/tools/calculate_tags.sh ${{ matrix.config.r }}"
- name: Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
platforms: linux/amd64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/r-devel-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
push: false
Expand All @@ -79,7 +79,7 @@ jobs:
rhub/r-minimal:test bash -c "/tools/calculate_tags.sh ${{ matrix.config.r }}"
- name: Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit 48634b6

Please sign in to comment.