nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
2 additions and
2 deletions
-
.github/workflows/on-tag.yml
|
|
@ -51,7 +51,7 @@ jobs: |
|
|
|
--build-arg $TAG \ |
|
|
|
--cache-from "type=local,src=/tmp/.buildx-cache" \ |
|
|
|
--cache-to "type=local,dest=/tmp/.buildx-cache" \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7 \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ |
|
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/specter-desktop:$TAG \ |
|
|
|
--output "type=registry" . |
|
|
|
|
|
|
@ -61,7 +61,7 @@ jobs: |
|
|
|
--build-arg $TAG \ |
|
|
|
--cache-from "type=local,src=/tmp/.buildx-cache" \ |
|
|
|
--cache-to "type=local,dest=/tmp/.buildx-cache" \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7 \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ |
|
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/specter-desktop:latest \ |
|
|
|
--output "type=registry" . |
|
|
|
|
|
|
|