Skip to content

Commit

Permalink
[misc] Remove use of deprecated set-output command (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Dec 19, 2023
1 parent b5fa9ef commit d30d06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
run: |
VERSION=v$(docker run -t repobee/repobee:test repobee --version)
echo "::set-output name=version::$VERSION"
echo "version=$VERSION" >> $GITHUB_OUTPUT
- name: Build and push latest
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit d30d06e

Please sign in to comment.