Skip to content

Commit c07c6d1

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "OWNER=$(echo "$REPO_OWNER" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
4747

4848
- name: Build and push base image
49-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
49+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
5050
with:
5151
context: images/base
5252
platforms: linux/amd64,linux/arm64
@@ -105,7 +105,7 @@ jobs:
105105
run: echo "OWNER=$(echo "$REPO_OWNER" | tr '[:upper:]' '[:lower:]')" >> $GITHUB_OUTPUT
106106

107107
- name: Build and push image
108-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
108+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
109109
with:
110110
context: images/${{ matrix.image }}
111111
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)