diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 60a124c..5cafa43 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -40,14 +40,11 @@ jobs: echo "GIT_TAG=${GITHUB_REF#refs/tags/}" >> "$GITHUB_ENV" - name: Print GitHub ref and other variables - env: - GIT_TAG: ${{ steps.vars.outputs.GIT_TAG }} - BRANCH_NAME: ${{ steps.vars.outputs.BRANCH_NAME }} run: | echo "GitHub ref: $GITHUB_REF" echo "Git tag: $GIT_TAG" echo "Branch name: $BRANCH_NAME" - echo "Commit SHA: ${{ steps.vars.outputs.GIT_SHA_SHORT }}" + echo "Commit SHA: $GIT_SHA_SHORT" - name: Build and push FITSInn REST run: |