From b3ba14c3448c0e0a958e752e61e9badc12903a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 09:04:09 +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/docker-latest-tag.yml | 2 +- .github/workflows/docker-release-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-latest-tag.yml b/.github/workflows/docker-latest-tag.yml index 0d33ee2..ae0f712 100644 --- a/.github/workflows/docker-latest-tag.yml +++ b/.github/workflows/docker-latest-tag.yml @@ -58,7 +58,7 @@ jobs: php artisan app:build operator --build-version=stable - name: Build and Push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true tags: quay.io/opsie/operator-cli:latest diff --git a/.github/workflows/docker-release-tag.yml b/.github/workflows/docker-release-tag.yml index 827b279..7dd5e65 100644 --- a/.github/workflows/docker-release-tag.yml +++ b/.github/workflows/docker-release-tag.yml @@ -61,7 +61,7 @@ jobs: - name: Build and Push id: docker - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: push: true context: .