Fix docker publishing for PRs

This commit is contained in:
Deluan 2024-05-17 22:45:54 -04:00 committed by Joe Stump
parent 697bba5aa4
commit b751f9d34c
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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