Skip to content

Commit

Permalink
no eof
Browse files Browse the repository at this point in the history
  • Loading branch information
axsuul committed Nov 8, 2023
1 parent a9fcda4 commit 87ea6a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Determine release tag

# Converts GITHUB_REF (e.g. refs/tags/0.0.2) to RELEASE_TAG (e.g. 0.0.2)
run: |
echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
run: echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Build Docker image tags
run: |
Expand Down

0 comments on commit 87ea6a4

Please sign in to comment.