fix: latest tag

This commit is contained in:
Lakhan Samani 2022-11-09 22:27:52 +05:30
parent 78bdd10a15
commit e525877467

View File

@ -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