Fix docker publishing for PRs

This commit is contained in:
Deluan 2024-05-17 22:45:54 -04:00
parent 5d41165b5b
commit 15c9a0ded3

View file

@ -183,7 +183,7 @@ jobs:
labels: | labels: |
maintainer=deluan maintainer=deluan
images: | images: |
name=${{secrets.DOCKER_IMAGE}} name=${{secrets.DOCKER_IMAGE}},enable=${{ env.DOCKER_IMAGE != '' }}
name=ghcr.io/${{ github.repository }} name=ghcr.io/${{ github.repository }}
tags: | tags: |
type=ref,event=pr type=ref,event=pr