Browse Source

Bump docker/build-push-action from 2.4.0 to 4.0.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v4.0.0)

---
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>
pull/2958/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
4e92fb39ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -43,7 +43,7 @@ jobs:
esac;
- name: build & push image
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v4.0.0
with:
context: .
file: docker/alpine/Dockerfile

Loading…
Cancel
Save