Skip to content

Commit 238c114

Browse files
chore(deps): update docker/build-push-action action to v6.15.0 (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12daaed commit 238c114

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/reusable-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
type=raw,value=latest${{ steps.tag.outputs.suffix }}
205205
206206
- name: 🏗️ Build and push Docker image
207-
uses: docker/build-push-action@v6.14.0
207+
uses: docker/build-push-action@v6.15.0
208208
with:
209209
context: ${{ matrix.target.context }}
210210
file: ${{ matrix.target.file }}

workflows/old/docker-ghcr-publish-with-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
type=raw,value=latest
5252
5353
- name: Build and push Docker image
54-
uses: docker/build-push-action@v6.14.0
54+
uses: docker/build-push-action@v6.15.0
5555
with:
5656
context: .
5757
push: true

workflows/old/docker-ghcr-publish-with-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4444

4545
- name: Build and push Docker image
46-
uses: docker/build-push-action@v6.14.0
46+
uses: docker/build-push-action@v6.15.0
4747
with:
4848
context: .
4949
push: true

workflows/old/docker-hub-publish-with-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
images: ${{ env.IMAGE_NAME }}
4343

4444
- name: Build and push Docker image
45-
uses: docker/build-push-action@v6.14.0
45+
uses: docker/build-push-action@v6.15.0
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)