mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-03 17:52:30 +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 }}
|
||||
|
||||
|
||||
- name: Build and push
|
||||
- name: Build and push amd64
|
||||
uses: docker/build-push-action@v3
|
||||
if: github.ref == 'refs/heads/armSupport'
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: "linux/amd64,linux/arm,linux/arm/v6,linux/amd64,linux/386"
|
||||
platforms: "linux/amd64"
|
||||
tags: |
|
||||
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
|
||||
uses: docker/build-push-action@v3
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
Loading…
Reference in New Issue
Block a user