We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd75a25 commit ace770dCopy full SHA for ace770d
.github/workflows/quay-publish.yml
@@ -13,6 +13,8 @@ jobs:
13
id: image_tags
14
run: |
15
echo -n ::set-output "name=IMAGE_TAGS::${GITHUB_REF#refs/*/}"
16
+ - name: record cwltool version
17
+ run: pip install setuptools_scm[toml] wheel && python setup.py --version
18
- name: Set up QEMU
19
uses: docker/setup-qemu-action@v3
20
- name: Set up Docker Buildx
0 commit comments