BT
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/on-push.yml
|
|
@ -47,7 +47,7 @@ jobs: |
|
|
|
--cache-from "type=local,src=/tmp/.buildx-cache" \ |
|
|
|
--cache-to "type=local,dest=/tmp/.buildx-cache" \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7 \ |
|
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/neutrino-switcher:$BRANCH \ |
|
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/neutrino-switcher:branch-$BRANCH \ |
|
|
|
--output "type=registry" . |
|
|
|
|
|
|
|
- name: build neutrino-switcher against latest (neutrino-switcher) |
|
|
|