From a517c2259b6a22035523a78608d89b4fc8235a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Tiensyrj=C3=A4?= Date: Thu, 16 Feb 2023 21:09:13 +0200 Subject: [PATCH] fix: Use version as container tag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f58b5a..7b7c10d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,5 +48,5 @@ jobs: uses: docker/build-push-action@v4 with: push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} labels: ${{ steps.meta.outputs.labels }}