From 08fce67f5e7143084704cd077f4032937e4c629c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 04:04:33 +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/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bf5326..44ad6a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} logout: true - name: Docker build and push test to ghcr.io - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: file: Dockerfile.gh push: true @@ -75,7 +75,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} logout: true - name: Docker build and push prod to ghcr.io - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: file: Dockerfile.gh push: true @@ -92,7 +92,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} logout: true - name: Docker build and push gitlab image to ghcr.io - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: file: Dockerfile.gl push: true