Skip to content

Commit 8217c09

Browse files
authored
Merge pull request #4 from justdan6/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 4 to 5
2 parents c9f6f3f + 0ad4b54 commit 8217c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-
3434
name: Docker meta
3535
id: meta
36-
uses: docker/metadata-action@v4
36+
uses: docker/metadata-action@v5
3737
with:
3838
images: ${{ env.REGISTRY_IMAGE }}
3939
-
@@ -90,7 +90,7 @@ jobs:
9090
-
9191
name: Docker meta
9292
id: meta
93-
uses: docker/metadata-action@v4
93+
uses: docker/metadata-action@v5
9494
with:
9595
images: ${{ env.REGISTRY_IMAGE }}
9696
-

0 commit comments

Comments
 (0)