diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6a7fc39..6e8cbeb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,10 +34,8 @@ jobs: images: | "${{ env.CONTAINER_IMAGE_ID }}" "ghcr.io/${{ env.CONTAINER_IMAGE_ID }}" - # generate container image tags based on the following events/attributes tags: | - type=schedule - type=ref,event=branch + type=raw,value=latest,enable={{is_default_branch}} type=ref,event=pr type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}}.{{patch}}