ci(fix): correcting branch name
This commit is contained in:
parent
c04d5b7247
commit
4ae3fd3d47
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
images: |
|
||||
ghcr.io/${{ github.repository }}
|
||||
tags: |
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
|
||||
type=ref,event=branch
|
||||
|
||||
- name: Build and push
|
||||
|
|
|
|||
Loading…
Reference in New Issue