We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa307e commit 6755e6fCopy full SHA for 6755e6f
.github/workflows/container-build.yml
@@ -35,7 +35,7 @@ jobs:
35
type=ref,event=branch
36
type=sha,prefix=,format=short
37
- name: Build and push container image
38
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
39
with:
40
context: .
41
file: Dockerfile.ci
0 commit comments