Skip to content

Commit 421cc84

Browse files
authored
Merge pull request #28 from CCPBioSim/dependabot/github_actions/docker/metadata-action-6.0.0
Bump docker/metadata-action from 5.10.0 to 6.0.0
2 parents 03f36ee + 0706453 commit 421cc84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Metadata
4444
id: meta
45-
uses: docker/metadata-action@v5.10.0
45+
uses: docker/metadata-action@v6.0.0
4646
with:
4747
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
4848

@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Metadata
142142
id: meta
143-
uses: docker/metadata-action@v5.10.0
143+
uses: docker/metadata-action@v6.0.0
144144
with:
145145
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
146146
tags: |

0 commit comments

Comments
 (0)