nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
8 additions and
0 deletions
-
.github/workflows/on-push-master.yml
|
@ -60,3 +60,11 @@ jobs: |
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/$DOCKER_HUB_REPO:master-$SHORTSHA \ |
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/$DOCKER_HUB_REPO:master-$SHORTSHA \ |
|
|
--output "type=registry" . |
|
|
--output "type=registry" . |
|
|
|
|
|
|
|
|
|
|
|
- name: Build against latest tag |
|
|
|
|
|
run: | |
|
|
|
|
|
docker buildx build \ |
|
|
|
|
|
--cache-from "type=local,src=/tmp/.buildx-cache" \ |
|
|
|
|
|
--cache-to "type=local,dest=/tmp/.buildx-cache" \ |
|
|
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ |
|
|
|
|
|
--tag ${{ secrets.DOCKER_HUB_USER }}/$DOCKER_HUB_REPO:latest \ |
|
|
|
|
|
--output "type=registry" . |
|
|