From 4de70dc44b254e325d73e5e321c14bf038f4b4d3 Mon Sep 17 00:00:00 2001 From: artur rocks Date: Mon, 21 Oct 2024 20:41:49 +0200 Subject: [PATCH] fix ci --- .github/workflows/docker-image.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8708120..aef7dba 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -39,6 +39,13 @@ jobs: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV echo "GIT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV + - name: Print GitHub ref and other variables + run: | + echo "GitHub ref: $GITHUB_REF" + echo "Git tag: ${{ steps.vars.outputs.GIT_TAG }}" + echo "Branch name: ${{ steps.vars.outputs.BRANCH_NAME }}" + echo "Commit SHA: ${{ steps.vars.outputs.GIT_SHA_SHORT }}" + - name: Build and push FITSInn REST run: | IMAGE_NAME=artourkin/fitsinn-rest