Skip to content

Commit 27e508f

Browse files
authored
Merge pull request #57 from scheilch/dependabot/github_actions/docker/metadata-action-6
chore(deps): bump docker/metadata-action from 5 to 6
2 parents 9d4ec0c + b3c1f9d commit 27e508f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ jobs:
436436

437437
- name: Extract metadata (tags, labels)
438438
id: meta
439-
uses: docker/metadata-action@v5
439+
uses: docker/metadata-action@v6
440440
with:
441441
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
442442
tags: |
@@ -507,7 +507,7 @@ jobs:
507507

508508
- name: Extract metadata (tags, labels)
509509
id: meta
510-
uses: docker/metadata-action@v5
510+
uses: docker/metadata-action@v6
511511
with:
512512
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
513513
tags: |
@@ -554,7 +554,7 @@ jobs:
554554

555555
- name: Extract metadata (for tag)
556556
id: meta
557-
uses: docker/metadata-action@v5
557+
uses: docker/metadata-action@v6
558558
with:
559559
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
560560
tags: |

0 commit comments

Comments
 (0)