Skip to content

Commit c0ee4ad

Browse files
Bump docker/metadata-action from 4 to 5 (alexjustesen#779)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Justesen <[email protected]>
1 parent a8e37a9 commit c0ee4ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

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

4848
- name: Extract metadata (tags, labels) for Docker
4949
id: meta
50-
uses: docker/metadata-action@v4
50+
uses: docker/metadata-action@v5
5151
with:
5252
images: |
5353
${{ env.DOCKER_IMAGE }}

.github/workflows/ci.yml

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

4646
- name: Extract metadata (tags, labels) for Docker
4747
id: meta
48-
uses: docker/metadata-action@v4
48+
uses: docker/metadata-action@v5
4949
with:
5050
images: |
5151
${{ env.DOCKER_IMAGE }}

0 commit comments

Comments
 (0)