mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-16 13:47:28 +02:00
Update push-docker.yml
This commit is contained in:
parent
2d37b8104e
commit
8a76ec172f
4
.github/workflows/push-docker.yml
vendored
4
.github/workflows/push-docker.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- main
|
- main
|
||||||
|
- armSupport
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
@ -41,10 +42,11 @@ jobs:
|
|||||||
|
|
||||||
- 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/main'
|
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"
|
||||||
tags: |
|
tags: |
|
||||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user