We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1397d96 commit ca7f768Copy full SHA for ca7f768
.github/workflows/quay-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
username: ${{ secrets.REGISTRY_USERNAME }}
39
password: ${{ secrets.REGISTRY_PASSWORD }}
40
- name: Build and publish cwltool_module image to Quay
41
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
42
with:
43
context: .
44
file: cwltool.Dockerfile
@@ -49,7 +49,7 @@ jobs:
49
cache-from: type=gha
50
cache-to: type=gha,mode=max
51
- name: Build and publish cwltool image to Quay
52
53
54
55
0 commit comments