chore(deps): bump docker/build-push-action from 2 to 4 (#9954)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Jun 15, 2023 at 17:17 UTC
9fac88260c3f0f9b99de0c989704dc6dcc983f03
1 file changed
+1
-1
.github/workflows/docker-image.yml
+1
-1
@@ -54,7 +54,7 @@ jobs:
54
password: ${{ secrets.DOCKER_PASSWORD }}
55
56
- name: Build Docker image and publish to Docker Hub
57
- uses: docker/build-push-action@v2
57
+ uses: docker/build-push-action@v4
58
with:
59
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
60
context: .