Skip to content

Commit fa35a37

Browse files
Bump docker/build-push-action from 6.10.0 to 6.11.0 in the minor group
Bumps the minor group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.10.0 to 6.11.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.10.0...v6.11.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c6297d commit fa35a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: docker/[email protected]
105105

106106
- name: Build Image
107-
uses: docker/build-push-action@v6.10.0
107+
uses: docker/build-push-action@v6.11.0
108108
with:
109109
context: "{{defaultContext}}:backstage"
110110
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)