chore: merge dependabot/github_actions/docker/metadata-action-5
Browse files
.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: |
|