diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96d8d7f..86d7d21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,13 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: | + type=schedule + type=ref,event=branch + type=ref,event=tag + type=ref,event=pr + type=raw,value=${{ needs.release-please.outputs.tag_name }} + type=raw,value=latest - uses: coursier/cache-action@v6 - uses: VirtusLab/scala-cli-setup@v1 with: