Skip to content

Commit a1e2014

Browse files
chore(deps): update docker/build-push-action action to v6.17.0 (#980)
| datasource | package | from | to | | ----------- | ------------------------ | ------- | ------- | | github-tags | docker/build-push-action | v6.16.0 | v6.17.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01514a6 commit a1e2014

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
password: ${{ secrets.GITHUB_TOKEN }}
131131

132132
- name: Build container images
133-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
133+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
134134
with:
135135
platforms: linux/amd64,linux/arm/v7,linux/arm64
136136
tags: ${{ env.IMAGE_NAME }}:latest
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Push container images
146146
if: ${{ env.IMAGE_TAG != '' }}
147-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
147+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
148148
with:
149149
platforms: linux/amd64,linux/arm/v7,linux/arm64
150150
push: true

0 commit comments

Comments
 (0)