We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a941581 commit faf23beCopy full SHA for faf23be
.github/workflows/quay-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: docker/build-push-action@v3
28
with:
29
file: cwltool.Dockerfile
30
- tags: quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }}
+ tags: quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }},quay.io/commonwl/cwltool_module:latest
31
target: module
32
platforms: linux/amd64,linux/arm64
33
push: true
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
- tags: quay.io/commonwl/cwltool:${{ steps.image_tags.outputs.IMAGE_TAGS }}
+ tags: quay.io/commonwl/cwltool:${{ steps.image_tags.outputs.IMAGE_TAGS }},quay.io/commonwl/cwltool:latest
41
42
43
cache-from: type=gha
0 commit comments