Skip to content

Commit 12285a1

Browse files
chore(deps): update docker/build-push-action action to v7
| datasource | package | from | to | | ----------- | ------------------------ | ------- | ------ | | github-tags | docker/build-push-action | v6.19.2 | v7.0.0 |
1 parent 0483b29 commit 12285a1

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

0 commit comments

Comments
 (0)