ci(fix): correcting branch name
This commit is contained in:
parent
c04d5b7247
commit
4ae3fd3d47
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
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
|
type=ref,event=branch
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue