Skip to content

Commit 75e8f13

Browse files
Bump docker/build-push-action from 3 to 4 (#217)
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) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0b6585 commit 75e8f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Build Docker image with vcpkg and gdal
9999
# using build-push-action (without push) to make use of cache arguments
100-
uses: docker/build-push-action@v3
100+
uses: docker/build-push-action@v4
101101
with:
102102
context: .
103103
file: ci/manylinux2014_x86_64-vcpkg-gdal.Dockerfile

0 commit comments

Comments
 (0)