Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
artur rocks committed Oct 21, 2024
1 parent 0de04bf commit 535b1df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ 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: ${{ steps.vars.outputs.GIT_TAG }}"
echo "Branch name: ${{ steps.vars.outputs.BRANCH_NAME }}"
echo "Git tag: $GIT_TAG"
echo "Branch name: $BRANCH_NAME"
echo "Commit SHA: ${{ steps.vars.outputs.GIT_SHA_SHORT }}"
- name: Build and push FITSInn REST
Expand Down

0 comments on commit 535b1df

Please sign in to comment.