Skip to content

Commit c679198

Browse files
Bump docker/build-push-action from 3 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...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 9738c7d commit c679198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
password: ${{ secrets.DOCKERHUB_TOKEN }}
1919
-
2020
name: Build and push
21-
uses: docker/build-push-action@v3
21+
uses: docker/build-push-action@v5
2222
with:
2323
push: true
2424
tags: cgal/python-wheel:manylinux2014

0 commit comments

Comments
 (0)