Skip to content

Commit caf55d5

Browse files
authored
Merge pull request #582 from spinframework/dependabot/github_actions/docker/build-push-action-6.19.2
chore(deps): bump docker/build-push-action from 6.18.0 to 6.19.2
2 parents 6d0d01a + 36100c5 commit caf55d5

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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
73+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
2929

3030
- name: Build RCM
31-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
31+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
43+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
55+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
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
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
4444

4545
- name: Build ${{ matrix.config.name }}
46-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
46+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4747
with:
4848
context: ${{ matrix.config.context }}
4949
file: ${{ matrix.config.file }}

0 commit comments

Comments
 (0)