Skip to content

Commit

Permalink
chore(deps): bump docker/setup-buildx-action from 2.9.1 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@4c0219f...885d146)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 05f1b2f commit f8a4a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
- uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2.9.1
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
if: github.event_name != 'pull_request'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# While the docker/build-push-action works from the Git context, we still need
# the checkout step for running our tests.
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2.9.1
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
- uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
with:

Check warning on line 25 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / linter

[MegaLinter] reported by reviewdog 🐶 Raw Output: .github/workflows/ci.yml:25:- with: .github/workflows/ci.yml:26:- file: .devcontainer/Dockerfile .github/workflows/ci.yml:27:- load: true .github/workflows/ci.yml:28:- tags: ${{ github.repository }}:test .github/workflows/ci.yml:29:- cache-from: type=gha .github/workflows/ci.yml:30:- cache-to: type=gha,mode=max .github/workflows/ci.yml:31:- - name: Run Tests .github/workflows/ci.yml:32:- run: | .github/workflows/ci.yml:33:- set -Eeuo pipefail .github/workflows/ci.yml:34:- docker run --rm --mount type=bind,src="$(pwd)/test",dst=/ws -w /ws ${{ github.repository }}:test bats --formatter junit testsuite.bats | tee test-report.xml .github/workflows/ci.yml:35:- - uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1 .github/workflows/ci.yml:36:- with: .github/workflows/ci.yml:37:- paths: test-report.xml .github/workflows/ci.yml:38:- show: all .github/workflows/ci.yml:25:+ with: .github/workflows/ci.yml:26:+ file: .devcontainer/Dockerfile .github/workflows/ci.yml:27:+ load: true .github/workflows/ci.yml:28:+ tags: ${{ github.repository }}:test .github/workflows/ci.yml:29:+ cache-from: type=gha .github/workflows/ci.yml:30:+ cache-to: type=gha,mode=max .github/workflows/ci.yml:31:+ - name: Run Tests .github/workflows/ci.yml:32:+ run: | .github/workflows/ci.yml:33:+ set -Eeuo pipefail .github/workflows/ci.yml:34:+ docker run --rm --mount type=bind,src="$(pwd)/test",dst=/ws -w /ws ${{ github.repository }}:test bats --formatter junit testsuite.bats | tee test-report.xml .github/workflows/ci.yml:35:+ - uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f # v2.1 .github/workflows/ci.yml:36:+ with: .github/workflows/ci.yml:37:+ paths: test-report.xml .github/workflows/ci.yml:38:+ show: all
file: .devcontainer/Dockerfile
Expand Down

0 comments on commit f8a4a8e

Please sign in to comment.