diff options
author | 2024-06-17 19:52:37 +0100 | |
---|---|---|
committer | 2024-06-17 19:52:37 +0100 | |
commit | baba4e40c255a706aa1c46c7202fca6cc88596d2 (patch) | |
tree | 1967f2074af4d646d0621faf14e90b4afe4d3e0c | |
parent | Bump sentry-sdk from 2.3.1 to 2.5.1 (#1550) (diff) |
Bump docker/build-push-action from 5 to 6 (#1552)
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.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index c019b49a..445bf43e 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@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile |