We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38452f commit 38db9b5Copy full SHA for 38db9b5
.github/workflows/main.yml
@@ -36,13 +36,13 @@ jobs:
36
run: |
37
docker buildx build \
38
--push \
39
- --platform=linux/amd64,linux/arm64,linux/armhf \
+ --platform=linux/amd64,linux/arm64 \
40
-t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest -f ./Dockerfile ./
41
- name: Also create tagged image if tag exists
42
if: startsWith(github.ref, 'refs/tags/')
43
44
TAG=${GITHUB_REF#refs/tags/}
45
46
47
48
-t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$TAG -f ./Dockerfile ./
0 commit comments