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 }}"