1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-01 08:50:11 +02:00

Create Docker Hub tag from secret

This commit is contained in:
Tom Plant 2023-04-22 10:12:14 +10:00 committed by GitHub
parent 96097d1cd3
commit 42564e683b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
uses: docker/metadata-action@v4.4.0
with:
images: |
frooodle/s-pdf
${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf
ghcr.io/${{ github.repository_owner }}/s-pdf
tags: |
${{ steps.versionNumber.outputs.versionNumber }}${{ github.ref == 'refs/heads/main' && '-alpha' || '' }}