Browse Source

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

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

---
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/2924/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
eb4c257c8e
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@v3.1.1
with:
context: .
file: docker/alpine/Dockerfile

Loading…
Cancel
Save