Skip to content

Commit d895af0

Browse files
dependabot[bot]edwardzjl
authored andcommitted
build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.13.0...v6.14.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcce597 commit d895af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
type=sha,priority=850,prefix=
4343
- name: Build and push Docker image
4444
id: push
45-
uses: docker/build-push-action@v6.13.0
45+
uses: docker/build-push-action@v6.14.0
4646
with:
4747
push: true
4848
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)