Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 4.1.1 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@2eb1c19...4e4ee68)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent 78bb271 commit b71dba6
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 @@ -51,7 +51,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
- uses: docker/build-push-action@4e4ee680f69700760d5620a94c020aef883043aa # v4.2.0
id: build-and-push
with:
file: .devcontainer/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# the checkout step for running our tests.
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
- uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
- uses: docker/build-push-action@4e4ee680f69700760d5620a94c020aef883043aa # v4.2.0
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
load: true
Expand Down

0 comments on commit b71dba6

Please sign in to comment.