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 3131 username : ${{ secrets.REGISTRY_USERNAME }}
3232 password : ${{ secrets.REGISTRY_PASSWORD }}
3333 - name : Build and publish cwltool_module image to Quay
34- uses : docker/build-push-action@v4
34+ uses : docker/build-push-action@v5
3535 with :
3636 file : cwltool.Dockerfile
3737 tags : quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }},quay.io/commonwl/cwltool_module:latest
4141 cache-from : type=gha
4242 cache-to : type=gha,mode=max
4343 - name : Build and publish cwltool image to Quay
44- uses : docker/build-push-action@v4
44+ uses : docker/build-push-action@v5
4545 with :
4646 file : cwltool.Dockerfile
4747 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