Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6.7.0 (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 0c9d43c commit 92c27ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
type=raw,value=latest${{ steps.tag.outputs.suffix }}
- name: 🏗️ Build and push Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: ${{ matrix.target.context }}
file: ${{ matrix.target.file }}
Expand Down
2 changes: 1 addition & 1 deletion workflows/old/docker-ghcr-publish-with-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion workflows/old/docker-ghcr-publish-with-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion workflows/old/docker-hub-publish-with-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
images: ${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
context: .
push: true
Expand Down

0 comments on commit 92c27ce

Please sign in to comment.