mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
Update push-docker.yml
This commit is contained in:
parent
260db7dd4a
commit
6c93b46149
6
.github/workflows/push-docker.yml
vendored
6
.github/workflows/push-docker.yml
vendored
@ -39,7 +39,11 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_API }}
|
password: ${{ secrets.DOCKER_HUB_API }}
|
||||||
|
|
||||||
|
- name: Setup buildx
|
||||||
|
run: |
|
||||||
|
docker buildx create --name mybuilder
|
||||||
|
docker buildx use mybuilder
|
||||||
|
|
||||||
- name: Build and push amd64
|
- name: Build and push amd64
|
||||||
if: github.ref == 'refs/heads/armSupport'
|
if: github.ref == 'refs/heads/armSupport'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user