From a0f8094228265ff38713fd927e45b658177fc81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewelina=20Grudzie=C5=84?= Date: Tue, 21 May 2024 12:36:44 +0200 Subject: [PATCH] Fix docker image versioning. --- .github/workflows/build_and_upload_theme_on_push_to_dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml b/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml index f8508f5..347ced4 100644 --- a/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml +++ b/.github/workflows/build_and_upload_theme_on_push_to_dev.yaml @@ -29,8 +29,8 @@ jobs: then VER=$VER-SNAPSHOT fi - echo "Docker tag to be attached to images: $VERSION" - echo "VERSION=$VERSION" >> $GITHUB_ENV + echo "Docker tag to be attached to images: $VER" + echo "VERSION=$VER" >> $GITHUB_ENV - name: Log in to the Container registry uses: docker/login-action@v3