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

0 comments on commit 5b8179f

Please sign in to comment.