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
|
|
@ -48,9 +48,9 @@ jobs: |
|
|
|
- name: Run Docker buildx against the tag (specter-desktop) |
|
|
|
run: | |
|
|
|
docker buildx build \ |
|
|
|
--build-arg $TAG \ |
|
|
|
--cache-from "type=local,src=/tmp/.buildx-cache" \ |
|
|
|
--cache-to "type=local,dest=/tmp/.buildx-cache" \ |
|
|
|
--build-arg VERSION=$TAG \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ |
|
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/specter-desktop:$TAG \ |
|
|
|
--output "type=registry" . |
|
|
@ -58,9 +58,9 @@ jobs: |
|
|
|
- name: build against latest (specter-desktop) |
|
|
|
run: | |
|
|
|
docker buildx build \ |
|
|
|
--build-arg $TAG \ |
|
|
|
--cache-from "type=local,src=/tmp/.buildx-cache" \ |
|
|
|
--cache-to "type=local,dest=/tmp/.buildx-cache" \ |
|
|
|
--build-arg VERSION=$TAG \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ |
|
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/specter-desktop:latest \ |
|
|
|
--output "type=registry" . |
|
|
|