From 5a9daa33c3c869a4d287201acef57243ad2026c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:01:07 +0000 Subject: [PATCH] Bump docker/build-push-action from 2 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...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/dockerimage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 8ab4a9f3..5571ba22 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -24,7 +24,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Build shared - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true tags: localhost:5000/islanders/islanders-shared @@ -49,7 +49,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Build server - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: false tags: islanders/islanders-server @@ -74,7 +74,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Build client - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: false tags: islanders/islanders-client