From 2853d8b9b589fef6da7ffd20a6db582222ae7d9d Mon Sep 17 00:00:00 2001 From: rsarm Date: Wed, 29 May 2024 12:50:39 +0200 Subject: [PATCH] Update push-docker-image.yml --- .github/workflows/push-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker-image.yml b/.github/workflows/push-docker-image.yml index 4d4e55e..f7b7dee 100644 --- a/.github/workflows/push-docker-image.yml +++ b/.github/workflows/push-docker-image.yml @@ -16,7 +16,7 @@ jobs: - name: Get version from Chart.yaml run: | APP_VERSION=$(grep appVersion chart/Chart.yaml | cut -d ' ' -f 2 | tr -d '"') - echo "::set-env name=APP_VERSION::$APP_VERSION" + echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV - name: Login to GitHub Container Registry uses: docker/login-action@v1