From 3bae42ab03ba3862fdbb16b7dfb1835ad212ce9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 00:03:58 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.1.0 to 5.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 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.0...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/images.yaml | 2 +- .github/workflows/nubots.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 75b4591613..ae54a6d0af 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -39,7 +39,7 @@ jobs: # Build the docker image - name: 🐳 Build the docker image 🐳 - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v5.3.0 with: pull: true tags: "nubots/nubots:${{ matrix.platform }}" diff --git a/.github/workflows/nubots.yaml b/.github/workflows/nubots.yaml index 16e6ee8546..0a8bb7854a 100644 --- a/.github/workflows/nubots.yaml +++ b/.github/workflows/nubots.yaml @@ -82,7 +82,7 @@ jobs: # Build the docker image - name: 🐳 Build the docker image 🐳 - uses: docker/build-push-action@v3.1.0 + uses: docker/build-push-action@v5.3.0 with: pull: true tags: "nubots/nubots:pull-request-${{ github.event.number }}"