diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-17 10:06:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 10:06:50 +0000 |
commit | eb94d434fc1bc0caa38f6446a5ff6baf7aef3600 (patch) | |
tree | 283e41db0aefe85341dee38f990f3868125d39b9 | |
parent | 67f199ccdb5d50dd31ea5ecff12f6dfe944782a7 (diff) |
chore(deps): bump docker/build-push-action in the dependencies groupdependabot/github_actions/dependencies-bf940bc907
Bumps the dependencies group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).
Updates `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
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c4f8e3f..b6b40ac 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -49,7 +49,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true |