Skip to content

Commit ef7cb30

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v3) --- 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 3a68f38 commit ef7cb30

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
@@ -22,7 +22,7 @@ jobs:
2222
username: ${{ secrets.REGISTRY_USERNAME }}
2323
password: ${{ secrets.REGISTRY_PASSWORD }}
2424
- name: Build and publish cwltool_module image to Quay
25-
uses: docker/build-push-action@v2
25+
uses: docker/build-push-action@v3
2626
with:
2727
file: cwltool.Dockerfile
2828
tags: quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }}
@@ -31,7 +31,7 @@ jobs:
3131
cache-from: type=gha
3232
cache-to: type=gha,mode=max
3333
- name: Build and publish cwltool image to Quay
34-
uses: docker/build-push-action@v2
34+
uses: docker/build-push-action@v3
3535
with:
3636
file: cwltool.Dockerfile
3737
tags: quay.io/commonwl/cwltool:${{ steps.image_tags.outputs.IMAGE_TAGS }}

0 commit comments

Comments
 (0)