Skip to content

Commit ab95f5c

Browse files
authored
Merge pull request #16 from CCPBioSim/dependabot/github_actions/docker/metadata-action-5.10.0
Bump docker/metadata-action from 5.9.0 to 5.10.0
2 parents a4bb238 + b8dc7b1 commit ab95f5c

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
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Metadata
3737
id: meta
38-
uses: docker/metadata-action@v5.9.0
38+
uses: docker/metadata-action@v5.10.0
3939
with:
4040
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
4141

@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: Metadata
135135
id: meta
136-
uses: docker/metadata-action@v5.9.0
136+
uses: docker/metadata-action@v5.10.0
137137
with:
138138
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
139139
tags: |

0 commit comments

Comments
 (0)