From 0915b250ee69dc41e545b4a489a7ba49b1dc64f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:01:02 +0000 Subject: [PATCH] build(deps): 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/build_image.yml | 2 +- .github/workflows/test_image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 4f0e6ab..4d84b8b 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -23,7 +23,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true tags: ghcr.io/str4ngeb0yz/destructivefarm:latest,ghcr.io/str4ngeb0yz/destructivefarm:slim diff --git a/.github/workflows/test_image.yml b/.github/workflows/test_image.yml index 1155c63..a0a23fa 100644 --- a/.github/workflows/test_image.yml +++ b/.github/workflows/test_image.yml @@ -16,7 +16,7 @@ jobs: - name: Build id: docker_build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: false tags: ghcr.io/str4ngeb0yz/destructivefarm:latest,ghcr.io/str4ngeb0yz/destructivefarm:slim