From d83222ae64382c0fe4a9dffbd9ac7872697e856e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:01:32 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.3.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.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.3.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/blackbox_exporter.yaml | 2 +- .github/workflows/grafana.yaml | 2 +- .github/workflows/prometheus.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/blackbox_exporter.yaml b/.github/workflows/blackbox_exporter.yaml index ee8369e..1e5f8c7 100644 --- a/.github/workflows/blackbox_exporter.yaml +++ b/.github/workflows/blackbox_exporter.yaml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./blackbox_exporter platforms: linux/amd64,linux/arm64,linux/arm/v7 diff --git a/.github/workflows/grafana.yaml b/.github/workflows/grafana.yaml index 3bc90b5..3b71fcd 100644 --- a/.github/workflows/grafana.yaml +++ b/.github/workflows/grafana.yaml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./grafana platforms: linux/amd64,linux/arm64,linux/arm/v7 diff --git a/.github/workflows/prometheus.yaml b/.github/workflows/prometheus.yaml index 4142075..864faef 100644 --- a/.github/workflows/prometheus.yaml +++ b/.github/workflows/prometheus.yaml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./prometheus platforms: linux/amd64,linux/arm64,linux/arm/v7