Skip to content

Commit c070330

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- 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 83b99b4 commit c070330

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
@@ -31,7 +31,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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

0 commit comments

Comments
 (0)