Skip to content

Commit 990976c

Browse files
authored
Merge pull request #37 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 72d87dd + 24d76b4 commit 990976c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

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

@@ -139,7 +139,7 @@ jobs:
139139

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

0 commit comments

Comments
 (0)