Skip to content

Commit 853f9a9

Browse files
Bump docker/build-push-action from 6.13.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.13.0...v6.15.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 024634c commit 853f9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
106106

107107
- name: Build Docker Image and Push
108-
uses: docker/build-push-action@v6.13.0
108+
uses: docker/build-push-action@v6.15.0
109109
with:
110110
context: .
111111
push: true

0 commit comments

Comments
 (0)