Skip to content

Commit 95eeb75

Browse files
Bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e37a98 commit 95eeb75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188

189189
- name: Extract metadata
190190
id: meta
191-
uses: docker/metadata-action@v4
191+
uses: docker/metadata-action@v5
192192
with:
193193
images: neuralnexus/core-system
194194
tags: |

.github/workflows/neural-nexus-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188

189189
- name: Extract metadata
190190
id: meta
191-
uses: docker/metadata-action@v4
191+
uses: docker/metadata-action@v5
192192
with:
193193
images: neuralnexus/core-system
194194
tags: |

0 commit comments

Comments
 (0)