We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f772408 + f60251b commit a2dfe7bCopy full SHA for a2dfe7b
.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@v3.3.0
+ uses: docker/build-push-action@v4.0.0
63
with:
64
context: .
65
platforms: linux/amd64,linux/arm64
0 commit comments