We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849573b commit 27ffc22Copy full SHA for 27ffc22
.github/workflows/docker-build.yml
@@ -150,7 +150,7 @@ jobs:
150
151
- name: Build ${{ matrix.docker.image }} Image
152
if: ${{ matrix.docker.dockerfile != '' }}
153
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
154
with:
155
context: ${{ matrix.docker.context }}
156
file: ${{ matrix.docker.context }}/${{ matrix.docker.dockerfile }}
0 commit comments