We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54eb6dc + 3b12a20 commit 78b66fdCopy full SHA for 78b66fd
.github/workflows/ghcr-image-build-and-publish.yml
@@ -59,7 +59,7 @@ jobs:
59
# Build and push Docker image with Buildx (don't push on PR)
60
# https://github.com/docker/build-push-action
61
- name: Build and push Docker image
62
- uses: docker/build-push-action@v5.2.0
+ uses: docker/build-push-action@v5.3.0
63
with:
64
context: .
65
platforms: linux/amd64,linux/arm64
0 commit comments