Skip to content

Commit 46d829e

Browse files
dependabot[bot]garryod
authored andcommitted
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/metadata-action` from 5.5.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5.5.1...v5.6.1) Updates `docker/build-push-action` from 6.9.0 to 6.10.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - 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 ac558eb commit 46d829e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Docker Metadata
9595
id: meta
96-
uses: docker/metadata-action@v5.5.1
96+
uses: docker/metadata-action@v5.6.1
9797
with:
9898
images: ${{ env.IMAGE_REPOSITORY }}
9999
tags: |
@@ -104,7 +104,7 @@ jobs:
104104
uses: docker/[email protected]
105105

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

0 commit comments

Comments
 (0)