Skip to content

Commit b496cd0

Browse files
authored
Merge pull request #41 from OpenNumismat/dependabot/github_actions/dot-github/workflows/docker/metadata-action-6
Bump docker/metadata-action from 5 to 6 in /.github/workflows
2 parents 4ab7556 + 5b23879 commit b496cd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

8282
- name: Extract metadata (tags, labels) for Docker
8383
id: meta
84-
uses: docker/metadata-action@v5
84+
uses: docker/metadata-action@v6
8585
with:
8686
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8787
tags: |

.github/workflows/release.yml

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

8383
- name: Extract metadata (tags, labels) for Docker
8484
id: meta
85-
uses: docker/metadata-action@v5
85+
uses: docker/metadata-action@v6
8686
with:
8787
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
8888
tags: |

0 commit comments

Comments
 (0)