1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-01 08:50:11 +02:00
This commit is contained in:
Anthony Stirling 2023-05-18 23:22:44 +01:00
parent 8a277aebd7
commit f8c855eab1

View File

@ -56,6 +56,7 @@ jobs:
tags: |
${{ steps.versionNumber.outputs.versionNumber }}
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
type=raw,value=alpha,enable=${{ github.ref == 'refs/heads/main' }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.1.0