Skip to content

Commit 126be96

Browse files
Bump docker/build-push-action from 3 to 4 (#1793)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36e73fe commit 126be96

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
@@ -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@v3
34+
uses: docker/build-push-action@v4
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@v3
44+
uses: docker/build-push-action@v4
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)