Skip to content

Commit

Permalink
gh-actions: record version before building container to publish to qu…
Browse files Browse the repository at this point in the history
…ay.io
  • Loading branch information
mr-c committed Oct 20, 2023
1 parent fd75a25 commit ace770d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quay-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
id: image_tags
run: |
echo -n ::set-output "name=IMAGE_TAGS::${GITHUB_REF#refs/*/}"
- name: record cwltool version
run: pip install setuptools_scm[toml] wheel && python setup.py --version
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit ace770d

Please sign in to comment.