We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bb913 commit f2b574cCopy full SHA for f2b574c
1 file changed
.github/workflows/docker-publish.yml
@@ -63,11 +63,11 @@ jobs:
63
# It uses the `context` parameter to define the build's context as the set of files located in the specified path.
64
# For more information, see [Usage](https://github.com/docker/build-push-action#usage) in the README of the `docker/build-push-action` repository.
65
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
66
- - name: Build and push Docker image (multi-arch, cached)
+ - name: Build and push Docker image (amd64 only, cached)
67
id: push
68
- uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
+ uses: docker/build-push-action@v5
69
with:
70
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
71
context: .
72
push: true
73
tags: |
0 commit comments