We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9913a11 + c740b77 commit ccabeb1Copy full SHA for ccabeb1
.github/workflows/ghcr-image-build-and-publish.yml
@@ -61,7 +61,7 @@ jobs:
61
# Build and push Docker image with Buildx (don't push on PR)
62
# https://github.com/docker/build-push-action
63
- name: Build and push Docker image
64
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
65
with:
66
context: .
67
platforms: linux/amd64,linux/arm64
0 commit comments