We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15bd5c8 + 679997e commit 71c0826Copy full SHA for 71c0826
1 file changed
.github/workflows/build.yaml
@@ -91,7 +91,7 @@ jobs:
91
type=raw,value=latest,enable=${{ github.ref_type == 'tag' }}
92
93
- name: Build and push ${{ matrix.image_config.name }}
94
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
95
with:
96
context: ${{ matrix.image_config.path }}/${{ matrix.image_config.name }}
97
file: ${{ matrix.image_config.path }}/${{ matrix.image_config.name }}/Dockerfile
0 commit comments