Skip to content

Commit 5cba82a

Browse files
authored
Merge pull request #633 from spinframework/dependabot/github_actions/docker/build-push-action-7.0.0
chore(deps): bump docker/build-push-action from 6.19.2 to 7.0.0
2 parents a7c42f1 + 83d5a4b commit 5cba82a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Build and push container image
7171
if: ${{ inputs.push-image }}
7272
id: build-image
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.docker-context }}
7676
file: ${{ inputs.dockerfile }}

.github/workflows/helm-chart-node-scaling-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
2929

3030
- name: Build RCM
31-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
31+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
3232
with:
3333
context: .
3434
file: ./Dockerfile
@@ -40,7 +40,7 @@ jobs:
4040
runtime-class-manager:chart-test
4141
4242
- name: Build node installer
43-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
43+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4444
with:
4545
context: .
4646
file: ./images/installer/Dockerfile
@@ -52,7 +52,7 @@ jobs:
5252
node-installer:chart-test
5353
5454
- name: Build shim downloader
55-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
55+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5656
with:
5757
context: ./images/downloader
5858
file: ./images/downloader/Dockerfile

.github/workflows/helm-chart-smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4646

4747
- name: Build ${{ matrix.config.name }}
48-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
48+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4949
with:
5050
context: ${{ matrix.config.context }}
5151
file: ${{ matrix.config.file }}

0 commit comments

Comments
 (0)