Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 6.5.0 to 6.6.1
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.5.0...v6.6.1)

---
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 Aug 12, 2024
1 parent 25c848d commit 830e4ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup docker buildx
uses: docker/[email protected]
- name: Build docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: docker/${{ matrix.target }}/Dockerfile
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
echo "platforms=$platforms" | tee -a "${GITHUB_OUTPUT}"
echo "version=$version" | tee -a "${GITHUB_OUTPUT}"
- name: Build and push docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: docker/${{ matrix.target }}/Dockerfile
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
username: oauth2accesstoken
password: ${{ steps.auth.outputs.access_token }}
- name: Build and push docker image (${{ env.GCP_LOCATION }}-docker.pkg.dev)
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: docker/${{ matrix.target }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup docker buildx
uses: docker/[email protected]
- name: Build and push docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: docker/${{ matrix.target }}/Dockerfile
Expand Down

0 comments on commit 830e4ba

Please sign in to comment.