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 uses: docker/metadata-action@v3
with: with:
images: lakhansamani/authorizer images: lakhansamani/authorizer
flavor: |
latest=false
tags: | tags: |
type=schedule type=schedule
type=ref,event=branch type=ref,event=branch
type=ref,event=tag type=ref,event=tag
type=ref,event=pr type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2