From dc836b93230372314edc9558d0161ee7ebaf49de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 00:10:13 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.2.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v4.0.0) --- 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/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ce9b9ad..8f2cc33 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Build the Docker image - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v4.0.0 with: push: false tags: phanan/koel:test @@ -55,7 +55,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: Build and push the production image - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v4.0.0 with: push: true tags: phanan/koel:latest,phanan/koel:6.11.0