Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Bump docker/build-push-action from 3.1.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3.1.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 14, 2023
1 parent ecd1ade commit aee09d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4.0.0
with:
pull: true
tags: "nubots/nubots:${{ matrix.platform }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nubots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4.0.0
with:
pull: true
tags: "nubots/nubots:pull-request-${{ github.event.number }}"
Expand Down

0 comments on commit aee09d8

Please sign in to comment.