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 0399336 commit 4de70dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4de70dc

Please sign in to comment.