Skip to content

Commit 98c3003

Browse files
build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b46b99 commit 98c3003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous_delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Build and push Docker image
6767
id: push
68-
uses: docker/build-push-action@v7.1.0
68+
uses: docker/build-push-action@v7.2.0
6969
with:
7070
context: .
7171
push: true

0 commit comments

Comments
 (0)