diff options
| author | 2023-03-04 11:27:06 +0000 | |
|---|---|---|
| committer | 2023-03-04 11:27:06 +0000 | |
| commit | 66955fd496000324ed6551607144a2800dd605f2 (patch) | |
| tree | 7b9ec9b48c9f7188018c6513760840935bf50dc7 | |
| parent | Merge pull request #1226 from python-discord/Python-3.11 (diff) | |
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)
---
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]>
| -rw-r--r-- | .github/workflows/build-deploy.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 398711a8..c1a70e93 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -33,7 +33,7 @@ jobs:        # Repository. The container will be tagged as "latest"        # and with the short SHA of the commit.        - name: Build and push -        uses: docker/build-push-action@v3 +        uses: docker/build-push-action@v4          with:            context: .            file: ./Dockerfile | 
