Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GanymedeNil authored Mar 18, 2023
1 parent 08fb789 commit 26d4e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/v}
fi
echo ::set-output name=tags::${VERSION}
echo name=tags::${VERSION} >> $GITHUB_OUTPUT
push-ghcr:
runs-on: ubuntu-20.04
env:
Expand Down

0 comments on commit 26d4e7e

Please sign in to comment.