Bump docker/build-push-action from 3 to 4

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](https://github.com/docker/build-push-action/compare/v3...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>
pull/380/head
dependabot[bot] 2 years ago committed by Thomas Tanon
parent 339a619f28
commit bd77bce2cd
  1. 2
      .github/workflows/artifacts.yml
  2. 2
      .github/workflows/release.yml

@ -181,7 +181,7 @@ jobs:
with:
images: ghcr.io/${{ github.repository }}
tags: nightly
- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v4
with:
context: .
file: server/Dockerfile

@ -27,7 +27,7 @@ jobs:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- uses: docker/build-push-action@v3
- uses: docker/build-push-action@v4
with:
context: .
file: server/Dockerfile

Loading…
Cancel
Save