Skip to content

Commit 1b2db7e

Browse files
authored
Merge pull request #54 from REChain-Network-Solutions/dependabot/github_actions/docker/metadata-action-6
chore(deps): bump docker/metadata-action from 5 to 6
2 parents f80739a + 370b7e3 commit 1b2db7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

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

7777
- name: Extract metadata
7878
id: meta
79-
uses: docker/metadata-action@v5
79+
uses: docker/metadata-action@v6
8080
with:
8181
images: rechain-network/rechain-node
8282
tags: |

.github/workflows/release.yml

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

7777
- name: Extract metadata
7878
id: meta
79-
uses: docker/metadata-action@v5
79+
uses: docker/metadata-action@v6
8080
with:
8181
images: rechain-network/rechain-node
8282
tags: |

0 commit comments

Comments
 (0)