mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-05 07:20:12 +01:00
Update push-docker.yml
This commit is contained in:
parent
5bee714437
commit
d0b57c0419
11
.github/workflows/push-docker.yml
vendored
11
.github/workflows/push-docker.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user