Skip to content

Commit b73ef03

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 7669320 commit b73ef03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
8282

8383
- name: Warm cache (no push) [${{ matrix.platform }}]
84-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
84+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
8585
with:
8686
context: .
8787
file: ./Dockerfile
@@ -135,7 +135,7 @@ jobs:
135135
org.opencontainers.image.created=${{ steps.ts.outputs.TIMESTAMP }}
136136
137137
- name: Build & Push (multi-arch)
138-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
138+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
139139
with:
140140
context: .
141141
file: ./Dockerfile

0 commit comments

Comments
 (0)