Skip to content

Commit cd5d88a

Browse files
chore(deps): update docker/build-push-action action to v6.17.0 (#1232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 255a6b5 commit cd5d88a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
5555
- name: Build and push Docker image
5656
id: push
57-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
57+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
5858
with:
5959
context: .
6060
push: false

.github/workflows/container-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
6363
- name: Build and push Docker image
6464
id: push
65-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
65+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
6666
with:
6767
context: .
6868
push: true

0 commit comments

Comments
 (0)