From 9e8f85a480952d07d64b5e6fc08f23da1dce5153 Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Wed, 6 Sep 2023 22:34:38 -0400 Subject: [PATCH] fix: typo --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index cbcf76de0..c3088703d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -209,10 +209,10 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ steps.semantic.outputs.release-version }} + tags: ghcr.io/${{ env.IMAGE_NAME }}:${{ needs.calculate_version.outputs.next_version }} labels: ${{ steps.meta.outputs.labels }} build-args: | - VERSION=${{ steps.semantic.outputs.release-version }} + VERSION=${{ needs.calculate_version.outputs.next_version }} - name: Release