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
8a76ec172f
commit
7a17b03d86
46
.github/workflows/push-docker.yml
vendored
46
.github/workflows/push-docker.yml
vendored
@ -40,16 +40,58 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_HUB_API }}
|
password: ${{ secrets.DOCKER_HUB_API }}
|
||||||
|
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push amd64
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
if: github.ref == 'refs/heads/armSupport'
|
if: github.ref == 'refs/heads/armSupport'
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: "linux/amd64,linux/arm,linux/arm/v6,linux/amd64,linux/386"
|
platforms: "linux/amd64"
|
||||||
tags: |
|
tags: |
|
||||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||||
|
|
||||||
|
- name: Build and push arm
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
if: github.ref == 'refs/heads/armSupport'
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
push: true
|
||||||
|
platforms: "linux/arm"
|
||||||
|
tags: |
|
||||||
|
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||||
|
|
||||||
|
- name: Build and push 386
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
if: github.ref == 'refs/heads/armSupport'
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
push: true
|
||||||
|
platforms: "linux/386"
|
||||||
|
tags: |
|
||||||
|
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||||
|
|
||||||
|
- name: Build and push 386
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
if: github.ref == 'refs/heads/armSupport'
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
push: true
|
||||||
|
platforms: "linux/386"
|
||||||
|
tags: |
|
||||||
|
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||||
|
|
||||||
|
- name: Build and push arm/v6
|
||||||
|
uses: docker/build-push-action@v3
|
||||||
|
if: github.ref == 'refs/heads/armSupport'
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
push: true
|
||||||
|
platforms: "linux/arm/v6"
|
||||||
|
tags: |
|
||||||
|
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
Loading…
Reference in New Issue
Block a user