Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
dependabot[bot]
8bf7c905f1
build(deps): bump docker/build-push-action from 2.7.0 to 4.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](a66e35b9cb...3b5e8027fc)

---
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>
2023-01-30 20:06:45 +00:00

View file

@ -85,7 +85,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
id: build id: build
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229 uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with: with:
context: . context: .
push: true push: true