Update push-docker.yml
This commit is contained in:
parent
21c2bb281f
commit
e659f11f05
1 changed files with 2 additions and 1 deletions
3
.github/workflows/push-docker.yml
vendored
3
.github/workflows/push-docker.yml
vendored
|
@ -86,10 +86,11 @@ jobs:
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf:ultra-light-latest
|
${{ secrets.DOCKER_HUB_USERNAME }}/s-pdf:ultra-light-latest
|
||||||
ghcr.io/${{ github.repository_owner }}/s-pdf:ultra-light-latest
|
ghcr.io/${{ github.repository_owner.toLowerCase() }}/s-pdf:ultra-light-latest
|
||||||
labels: |
|
labels: |
|
||||||
${{ steps.meta.outputs.labels }}
|
${{ steps.meta.outputs.labels }}
|
||||||
type=raw,value=ultra-light-latest,enable=${{ github.ref == 'refs/heads/master' }}
|
type=raw,value=ultra-light-latest,enable=${{ github.ref == 'refs/heads/master' }}
|
||||||
type=raw,value=ultra-light-alpha,enable=${{ github.ref == 'refs/heads/main' }}
|
type=raw,value=ultra-light-alpha,enable=${{ github.ref == 'refs/heads/main' }}
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue