diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index fbd89b9..5bac37b 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -44,6 +44,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | + type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }} type=ref,event=branch type=ref,event=pr type=semver,pattern={{version}}