Skip to content

Commit

Permalink
Merge pull request #174 from michbeck100/action_output
Browse files Browse the repository at this point in the history
moves to environment files
  • Loading branch information
bohdan-s authored Oct 28, 2024
2 parents 02ccac2 + dffa273 commit 170dc62
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 @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: echo "::set-output name=tag::v$(python setup.py --version)"
- run: echo "tag=v$(python setup.py --version)" >> $GITHUB_OUTPUT
id: version
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 170dc62

Please sign in to comment.