dependabot[bot]
commited on
github-actions(deps): bump docker/metadata-action from 4 to 5
Browse filesBumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/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] <[email protected]>
.github/workflows/ci-cd.yml
CHANGED
@@ -196,7 +196,7 @@ jobs:
|
|
196 |
|
197 |
- name: Extract metadata
|
198 |
id: meta
|
199 |
-
uses: docker/metadata-action@
|
200 |
with:
|
201 |
images: ${{ env.DOCKER_IMAGE }}
|
202 |
tags: |
|
|
|
196 |
|
197 |
- name: Extract metadata
|
198 |
id: meta
|
199 |
+
uses: docker/metadata-action@v5
|
200 |
with:
|
201 |
images: ${{ env.DOCKER_IMAGE }}
|
202 |
tags: |
|