Skip to content

Commit 7f59ff0

Browse files
chore(deps): update docker/build-push-action action to v7 (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ed5a07 commit 7f59ff0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/docker-build/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
with:
4545
cache-binary: false
4646
- name: Validate build configuration
47-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
47+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4848
with:
4949
context: ${{ inputs.context }} # zizmor: ignore[template-injection]
5050
call: check
@@ -70,7 +70,7 @@ runs:
7070
} >> "$GITHUB_ENV"
7171
- name: Build and push Docker image
7272
id: push
73-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
73+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
7474
with:
7575
context: ${{ inputs.context }} # zizmor: ignore[template-injection]
7676
# load image into docker to test it in the next step

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
cache-binary: false
4545
- name: Validate build configuration
46-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
46+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4747
with:
4848
context: ${{ env.CONTEXT }} # zizmor: ignore[template-injection]
4949
call: check
@@ -69,7 +69,7 @@ jobs:
6969
} >> "$GITHUB_ENV"
7070
- name: Build and push Docker image
7171
id: push
72-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
72+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
7373
with:
7474
context: ${{ env.CONTEXT }} # zizmor: ignore[template-injection]
7575
# load image into docker to test it in the next step

0 commit comments

Comments
 (0)