Skip to content

Commit a9b5941

Browse files
authored
Merge pull request #2011 from common-workflow-language/main
Bump docker/build-push-action from 5 to 6
2 parents 7d6f35a + ca7f768 commit a9b5941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quay-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
username: ${{ secrets.REGISTRY_USERNAME }}
3939
password: ${{ secrets.REGISTRY_PASSWORD }}
4040
- name: Build and publish cwltool_module image to Quay
41-
uses: docker/build-push-action@v5
41+
uses: docker/build-push-action@v6
4242
with:
4343
context: .
4444
file: cwltool.Dockerfile
@@ -49,7 +49,7 @@ jobs:
4949
cache-from: type=gha
5050
cache-to: type=gha,mode=max
5151
- name: Build and publish cwltool image to Quay
52-
uses: docker/build-push-action@v5
52+
uses: docker/build-push-action@v6
5353
with:
5454
context: .
5555
file: cwltool.Dockerfile

0 commit comments

Comments
 (0)