Skip to content

Commit ca7f768

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1397d96 commit ca7f768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quay-publish.yml

+2-2
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)