We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f3e6d commit f416a8aCopy full SHA for f416a8a
.github/workflows/docker-image.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
context: .
41
push: true
42
- platforms: linux/amd64,linux/arm64,windows/amd64
+ platforms: linux/amd64,linux/arm64
43
tags: |
44
${{ secrets.DOCKERHUB_USERNAME }}/vmware-exporter:latest
45
ghcr.io/${{ github.repository_owner }}/vmware-exporter:latest
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
${{ secrets.DOCKERHUB_USERNAME }}/vmware-exporter:${{ github.ref_name }}
81
ghcr.io/${{ github.repository_owner }}/vmware-exporter:${{ github.ref_name }}
0 commit comments