Fix push develop to Docker Hub

This commit is contained in:
Deluan 2023-04-06 20:11:35 -04:00
parent 92994efe48
commit 597e5abed6
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ jobs:
labels: |
maintainer=deluan
images: |
name=${{secrets.DOCKER_IMAGE}},enable=${{env.GITHUB_REF_TYPE == 'tag' || env.GITHUB_REF_NAME == 'master'}}
name=${{secrets.DOCKER_IMAGE}},enable=${{env.GITHUB_REF_TYPE == 'tag' || github.ref == format('refs/heads/{0}', 'master')}}
name=ghcr.io/${{ github.repository }}
tags: |
type=ref,event=pr