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 26d4e7e commit 09932b0
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 name=tags::${VERSION} >> $GITHUB_OUTPUT
echo "tags=${VERSION}" >> $GITHUB_OUTPUT
push-ghcr:
runs-on: ubuntu-20.04
env:
Expand Down

0 comments on commit 09932b0

Please sign in to comment.