We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7712cb7 commit c2d5024Copy full SHA for c2d5024
.github/workflows/build_CI.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Build container image
81
id: build-and-push
82
- uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
+ uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
83
with:
84
push: true
85
file: "${{ github.workspace }}/CI/Dockerfiles/${{ matrix.dockerfile }}"
.github/workflows/docker.yml
@@ -144,7 +144,7 @@ jobs:
144
145
- name: Build image
146
147
148
149
context: "${{ github.workspace }}/deploy/docker"
150
platforms: linux/amd64,linux/arm64
0 commit comments