Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#1)
Browse files Browse the repository at this point in the history
* Bump docker/build-push-action from 5 to 6

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
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]>

* docs(release_notes): update RELEASE_NOTES.md [dependabot skip]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cosimomeli <[email protected]>
  • Loading branch information
dependabot[bot] and cosimomeli authored Jun 26, 2024
1 parent b2cc4be commit 6374e68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Crossplane Terraform Provider Release Notes

## 0.0.1-dev - 2024-03-13
## 0.0.1-dev - 2024-06-26

### Dependencies

- Bump docker/build-push-action from 5 to 6 (PR #1 by @dependabot[bot])

0 comments on commit 6374e68

Please sign in to comment.