File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
username : ${{ secrets.REGISTRY_USERNAME }}
32
32
password : ${{ secrets.REGISTRY_PASSWORD }}
33
33
- name : Build and publish cwltool_module image to Quay
34
- uses : docker/build-push-action@v4
34
+ uses : docker/build-push-action@v5
35
35
with :
36
36
file : cwltool.Dockerfile
37
37
tags : quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }},quay.io/commonwl/cwltool_module:latest
41
41
cache-from : type=gha
42
42
cache-to : type=gha,mode=max
43
43
- name : Build and publish cwltool image to Quay
44
- uses : docker/build-push-action@v4
44
+ uses : docker/build-push-action@v5
45
45
with :
46
46
file : cwltool.Dockerfile
47
47
tags : quay.io/commonwl/cwltool:${{ steps.image_tags.outputs.IMAGE_TAGS }},quay.io/commonwl/cwltool:latest
You can’t perform that action at this time.
0 commit comments