diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-30 22:04:25 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-30 22:04:25 +0000 |
commit | 1cd82a275fddace6cb323979fa4bb33d4b5aee0a (patch) | |
tree | 5d03487fe3aa2e7d4274b14501d4b8f0b901e22d /.github | |
parent | f8fb555f8ee18d61868c8fa1f794191276372337 (diff) |
build(deps): 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]>
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 b9328ae9..67bc5f14 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@v3 # Action page: <https://github.com/docker/build-push-action> + uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action> with: context: . file: Dockerfile |