diff --git a/.github/workflows/base_image_workflow.yaml b/.github/workflows/base_image_workflow.yaml index bd5587d..61a2701 100644 --- a/.github/workflows/base_image_workflow.yaml +++ b/.github/workflows/base_image_workflow.yaml @@ -70,6 +70,8 @@ jobs: flavor: | latest=auto tags: | + type=ref,event=tag + type=ref,event=pr type=sha,commit=${{ github.sha }} type=semver,pattern={{version}} type=raw,value=latest,enable={{is_default_branch}}