We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44edc75 commit ca4519fCopy full SHA for ca4519f
2 files changed
.github/workflows/build-latest-docker-image.yml
@@ -33,7 +33,7 @@ jobs:
33
password: ${{ secrets.GITHUB_TOKEN }}
34
35
- name: Build and push image to github container registry
36
- uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
37
with:
38
context: .
39
load: true
.github/workflows/build-published-docker-image.yml
@@ -38,7 +38,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
40
41
42
43
44
0 commit comments