We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a68f38 commit ef7cb30Copy full SHA for ef7cb30
.github/workflows/quay-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
username: ${{ secrets.REGISTRY_USERNAME }}
23
password: ${{ secrets.REGISTRY_PASSWORD }}
24
- name: Build and publish cwltool_module image to Quay
25
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
26
with:
27
file: cwltool.Dockerfile
28
tags: quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }}
@@ -31,7 +31,7 @@ jobs:
31
cache-from: type=gha
32
cache-to: type=gha,mode=max
33
- name: Build and publish cwltool image to Quay
34
35
36
37
tags: quay.io/commonwl/cwltool:${{ steps.image_tags.outputs.IMAGE_TAGS }}
0 commit comments