From 2de954f9aee8e50cd948eff4154fecbc8559eafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 00:15:33 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.2.0 to 3.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... 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..f233efa 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@v3.3.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@v3.3.0 with: push: true tags: phanan/koel:latest,phanan/koel:6.11.0