mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-11 13:48:37 +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:
|
||||
- master
|
||||
- main
|
||||
- armSupport
|
||||
jobs:
|
||||
push:
|
||||
|
||||
@ -41,10 +42,11 @@ jobs:
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
if: github.ref == 'refs/heads/main'
|
||||
if: github.ref == 'refs/heads/armSupport'
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: "linux/amd64,linux/arm,linux/arm/v6,linux/amd64,linux/386"
|
||||
tags: |
|
||||
frooodle/s-pdf:${{ steps.versionNumber.outputs.versionNumber }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user