mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-25 13:47:39 +02:00
Update push-docker.yml
This commit is contained in:
parent
0bd2f6a752
commit
3c4f5339e4
18
.github/workflows/push-docker.yml
vendored
18
.github/workflows/push-docker.yml
vendored
@ -41,24 +41,10 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Build and push amd64
|
- name: Build and push amd64
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
if: github.ref == 'refs/heads/armSupport'
|
if: github.ref == 'refs/heads/armSupport'
|
||||||
with:
|
run: |
|
||||||
context: .
|
docker buildx build --platform=linux/amd64,linux/amd64/v8 --push --tag frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||||
push: true
|
|
||||||
platforms: "linux/amd64"
|
|
||||||
tags: |
|
|
||||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
|
||||||
|
|
||||||
- name: Build and push linux/arm64/v8
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
if: github.ref == 'refs/heads/armSupport'
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
push: true
|
|
||||||
platforms: "linux/arm64/v8"
|
|
||||||
tags: |
|
|
||||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user