We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e73fe commit 126be96Copy full SHA for 126be96
.github/workflows/quay-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
username: ${{ secrets.REGISTRY_USERNAME }}
32
password: ${{ secrets.REGISTRY_PASSWORD }}
33
- name: Build and publish cwltool_module image to Quay
34
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
35
with:
36
file: cwltool.Dockerfile
37
tags: quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }},quay.io/commonwl/cwltool_module:latest
@@ -41,7 +41,7 @@ jobs:
41
cache-from: type=gha
42
cache-to: type=gha,mode=max
43
- name: Build and publish cwltool image to Quay
44
45
46
47
tags: quay.io/commonwl/cwltool:${{ steps.image_tags.outputs.IMAGE_TAGS }},quay.io/commonwl/cwltool:latest
0 commit comments