Update push-docker.yml

This commit is contained in:
Anthony Stirling 2023-01-31 17:58:05 +00:00 committed by GitHub
parent 2d37b8104e
commit 8a76ec172f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}