1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-07-05 00:40:12 +02:00

Update push-docker.yml

This commit is contained in:
Anthony Stirling 2023-05-01 22:16:06 +01:00 committed by GitHub
parent 5bee714437
commit d0b57c0419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,17 @@ jobs:
tags: |
${{ steps.versionNumber.outputs.versionNumber }}${{ github.ref == 'refs/heads/main' && '-alpha' || '' }}
- name: Generate tags 2
id: meta2
if: github.ref == 'refs/heads/master'
uses: docker/metadata-action@v4.4.0
with:
images: |
${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf
ghcr.io/${{ github.repository_owner }}/s-pdf
tags: latest
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.1.0