diff options
author | 2024-06-17 15:47:34 +0100 | |
---|---|---|
committer | 2024-06-17 15:47:34 +0100 | |
commit | b72298a1a529b82d792004f6207b967022b2ac23 (patch) | |
tree | d8d1956371df9f3ce774ca00df374c645245e9db | |
parent | Merge pull request #3090 from python-discord/use-itertools-batched (diff) |
Bump docker/build-push-action from 5 to 6 (#3096)
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](https://github.com/docker/build-push-action/compare/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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/build-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 07169a6b9..6adf59a43 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -40,7 +40,7 @@ jobs: # and with the short SHA of the commit. - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile |