We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f60ad1 commit 4609d86Copy full SHA for 4609d86
1 file changed
.github/workflows/build-and-publish.yml
@@ -65,6 +65,8 @@ jobs:
65
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
66
with:
67
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
68
+ flavor: |
69
+ latest=true
70
71
# Build and push Docker image with Buildx (don't push on PR)
72
# https://github.com/docker/build-push-action
@@ -73,6 +75,7 @@ jobs:
73
75
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
74
76
77
context: .
78
+ platforms: linux/amd64,linux/arm64
79
push: ${{ github.event_name != 'pull_request' }}
80
tags: ${{ steps.meta.outputs.tags }}
81
labels: ${{ steps.meta.outputs.labels }}
0 commit comments