Skip to content

Commit a7ca203

Browse files
chore(deps): update docker/build-push-action action to v7.1.0 (#1181)
| datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/build-push-action | v7.0.0 | v7.1.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1f70ae commit a7ca203

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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
133+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
147+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
148148
with:
149149
platforms: linux/amd64,linux/arm/v7,linux/arm64
150150
push: true

0 commit comments

Comments
 (0)