Skip to content

Commit ace770d

Browse files
committed
gh-actions: record version before building container to publish to quay.io
1 parent fd75a25 commit ace770d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quay-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
id: image_tags
1414
run: |
1515
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
1618
- name: Set up QEMU
1719
uses: docker/setup-qemu-action@v3
1820
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)