From 65b44bc26d00f44abb0e70d3372ed9c780f7f9ca Mon Sep 17 00:00:00 2001 From: Moustafa Elgammal Date: Sun, 28 Jul 2024 16:23:58 +0200 Subject: [PATCH] fix version --- .github/workflows/production-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-image.yml b/.github/workflows/production-image.yml index ea702e8d5..e1b977a29 100644 --- a/.github/workflows/production-image.yml +++ b/.github/workflows/production-image.yml @@ -38,7 +38,7 @@ jobs: - name: Push versioned image run: | - version=${{ steps.env.outputs.VERSION }} + version=${{ steps.env.outputs.PRODUCTION_BUILD_VERSION }} docker push ${{ vars.DOCKERHUB_USERNAME}}/tweb:${version} - name: Push latest image