diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-17 22:02:47 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-17 22:02:47 +0000 |
commit | 6fe86978812c29bb984a0d5b47c5a5782c2e59aa (patch) | |
tree | 4ed09ae7d9127c59b829dac07feadd233f4feef6 /.github | |
parent | c3b85ac4096633cd6d524c105ecd41e692ace93b (diff) |
chore(deps): 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](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]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55d1149f..21f2fe7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -178,7 +178,7 @@ jobs: echo "timestamp=$(echo $(date +%FT%T%z))" >> $GITHUB_OUTPUT - name: Build image - uses: docker/build-push-action@v5 # Action page: <https://github.com/docker/build-push-action> + uses: docker/build-push-action@v6 # Action page: <https://github.com/docker/build-push-action> with: context: . file: Dockerfile |