From 3de46b4eccb90456bb08a04c444f2c3113c93b8d Mon Sep 17 00:00:00 2001 From: alex289 Date: Wed, 1 May 2024 11:44:20 +0200 Subject: [PATCH] fix: Use correct tags when pushing docker image --- .github/workflows/release.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94bcdd1..dc77a31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,14 +117,13 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - context: git - # tags: | - # latest - # ${{ steps.latestTag.outputs.version }} - # annotations: | - # manifest:org.opencontainers.image.version=${{ steps.latestTag.outputs.version }} - # labels: | - # org.opencontainers.image.version=${{ steps.latestTag.outputs.version }} + tags: | + latest + ${{ steps.latestTag.outputs.version }} + annotations: | + manifest:org.opencontainers.image.version=${{ steps.latestTag.outputs.version }} + labels: | + org.opencontainers.image.version=${{ steps.latestTag.outputs.version }} images: | ${{ env.DOCKER_IMAGE }} ghcr.io/${{ github.repository }}