From 0b5dc0573b4d1e078fd05c57f356773051371501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 05:19:30 +0000 Subject: [PATCH] :seedling: Bump docker/build-push-action from 5.2.0 to 6.5.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 6.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.2.0...v6.5.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 | 4 ++-- .github/workflows/draft_release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container-image.yaml b/.github/workflows/container-image.yaml index 76bdc6b8..521e6a2f 100644 --- a/.github/workflows/container-image.yaml +++ b/.github/workflows/container-image.yaml @@ -28,13 +28,13 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.5.0 with: context: . push: true tags: ghcr.io/telekom/das-schiff-network-operator:main - name: Build and push sidecar Docker image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.5.0 with: context: . file: frr-exporter.Dockerfile diff --git a/.github/workflows/draft_release.yaml b/.github/workflows/draft_release.yaml index d036aa18..268a8ea1 100644 --- a/.github/workflows/draft_release.yaml +++ b/.github/workflows/draft_release.yaml @@ -65,7 +65,7 @@ jobs: images: ghcr.io/telekom/das-schiff-network-operator - name: Build and Push Docker Image - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v6.5.0 with: context: . push: true @@ -79,7 +79,7 @@ jobs: images: ghcr.io/telekom/frr-exporter - name: Build and Push Docker Image - uses: docker/build-push-action@v5.2.0 + uses: docker/build-push-action@v6.5.0 with: context: . push: true