From 5c10802205a934ffc6429823d7d4ed3dc18a05d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:33:46 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- 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/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 02d50f9..4820462 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Build and push ${{github.event.release.tag_name }} id: docker_build_release - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: ${{ github.event.release.tag_name != '' }} with: push: true @@ -48,7 +48,7 @@ jobs: - name: Build and push main id: docker_build_main - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 if: ${{ github.event.release.tag_name == '' }} with: push: true