From bd77bce2cde8e9f2b1d9cad6c8015798af47c519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:14:06 +0000 Subject: [PATCH] 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] --- .github/workflows/artifacts.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 06080781..f6bf522f 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a9191f5..bb714738 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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