From 178511cd9b10ce1633d23a82003bf576c2d1f33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:47:20 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.3.0 to 6.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v6.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/docker-commit.yml | 2 +- .github/workflows/docker-latest-tag.yml | 2 +- .github/workflows/docker-release.tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-commit.yml b/.github/workflows/docker-commit.yml index 3069da5e9..239803de5 100644 --- a/.github/workflows/docker-commit.yml +++ b/.github/workflows/docker-commit.yml @@ -41,7 +41,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build final image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.0.0 with: push: true tags: tf2autobot/tf2autobot:${{ github.sha }}-${{ matrix.node }} diff --git a/.github/workflows/docker-latest-tag.yml b/.github/workflows/docker-latest-tag.yml index 3526a279c..eddaa4a80 100644 --- a/.github/workflows/docker-latest-tag.yml +++ b/.github/workflows/docker-latest-tag.yml @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build final image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.0.0 with: push: true tags: tf2autobot/tf2autobot:latest-${{ matrix.node }} diff --git a/.github/workflows/docker-release.tag.yml b/.github/workflows/docker-release.tag.yml index b4fe87910..e3ca12fdb 100644 --- a/.github/workflows/docker-release.tag.yml +++ b/.github/workflows/docker-release.tag.yml @@ -45,7 +45,7 @@ jobs: - name: Build and push (node:${{ matrix.node }}) id: docker - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.0.0 with: push: true context: .