fix: latest tag
This commit is contained in:
parent
78bdd10a15
commit
e525877467
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -83,14 +83,11 @@ jobs:
|
|||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: lakhansamani/authorizer
|
||||
flavor: |
|
||||
latest=false
|
||||
tags: |
|
||||
type=schedule
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=ref,event=pr
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v2
|
||||
|
|
Loading…
Reference in New Issue
Block a user