We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0e03b commit dc39ddeCopy full SHA for dc39dde
1 file changed
.github/workflows/docker.yml
@@ -41,13 +41,15 @@ jobs:
41
images: ghcr.io/${{ github.repository }}
42
tags: |
43
type=raw,value=${{ steps.version.outputs.version }}
44
- type=raw,value=latest,enable={{is_default_branch}}
+ type=raw,value=latest
45
46
- name: Build and push Docker image
47
uses: docker/build-push-action@v5
48
with:
49
context: .
50
- platforms: linux/amd64,linux/arm64
+ platforms:
51
+ - linux/amd64
52
+ - linux/arm64
53
push: true
54
tags: ${{ steps.meta.outputs.tags }}
55
labels: ${{ steps.meta.outputs.labels }}
0 commit comments