We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be635b commit 60d7e4cCopy full SHA for 60d7e4c
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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.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