From cc2395f8179c5144a0bce3567946d542bf30886e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 17:51:17 +0000 Subject: [PATCH] :seedling: Bump docker/build-push-action from 3.1.1 to 5.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v5.3.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/container-image.yaml | 2 +- .github/workflows/draft_release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-image.yaml b/.github/workflows/container-image.yaml index 92384a3..3d6855b 100644 --- a/.github/workflows/container-image.yaml +++ b/.github/workflows/container-image.yaml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v3.1.1 + uses: docker/build-push-action@v5.3.0 with: context: . push: true diff --git a/.github/workflows/draft_release.yaml b/.github/workflows/draft_release.yaml index 7e484b3..80b47e1 100644 --- a/.github/workflows/draft_release.yaml +++ b/.github/workflows/draft_release.yaml @@ -68,7 +68,7 @@ jobs: echo "LDFLAGS=$(hack/version.sh)" >> $GITHUB_OUTPUT - name: Build and Push Docker Image - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v5.3.0 with: context: . push: true