attempt $4
This commit is contained in:
parent
b8c6c7164a
commit
562d197046
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=raw,value=${{github.head_ref}}-{{date 'YYYYMMDD'}}-{{sha}}
|
||||
type=raw,value={{branch}}-{{date 'YYYYMMDD'}}-{{sha}},enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
||||
flavor: |
|
||||
latest=false
|
||||
- name: Login to GitHub Container Registry
|
||||
|
|
|
|||
Loading…
Reference in a new issue