We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a19d88b + fa853e2 commit 2a8c47bCopy full SHA for 2a8c47b
1 file changed
.github/workflows/docker.yml
@@ -75,7 +75,7 @@ jobs:
75
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
76
- name: Build and push Docker image
77
id: push
78
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
79
with:
80
context: .
81
build-args: |
0 commit comments