From 7d0335f7c1f6b5dbf8363402a9cdaa8582a63872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 04:01:10 +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/docker-commit.yaml | 2 +- .github/workflows/docker-latest-tag.yaml | 2 +- .github/workflows/docker-release-tag.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-commit.yaml b/.github/workflows/docker-commit.yaml index 8598bed..f65521e 100644 --- a/.github/workflows/docker-commit.yaml +++ b/.github/workflows/docker-commit.yaml @@ -41,7 +41,7 @@ jobs: - name: Build and push id: docker - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true tags: quay.io/renokigames/python-game-terrain:${{ matrix.python }}-${{ github.sha }} diff --git a/.github/workflows/docker-latest-tag.yaml b/.github/workflows/docker-latest-tag.yaml index c5740d5..3d9d909 100644 --- a/.github/workflows/docker-latest-tag.yaml +++ b/.github/workflows/docker-latest-tag.yaml @@ -38,7 +38,7 @@ jobs: - name: Build and push id: docker - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true context: . diff --git a/.github/workflows/docker-release-tag.yaml b/.github/workflows/docker-release-tag.yaml index badaf03..ab44dd5 100644 --- a/.github/workflows/docker-release-tag.yaml +++ b/.github/workflows/docker-release-tag.yaml @@ -52,7 +52,7 @@ jobs: - name: Build and push id: docker - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: push: true context: .