Skip to content

Commit 050b411

Browse files
authored
Merge pull request #8 from CCPBioSim/dependabot/github_actions/docker/metadata-action-5.9.0
Bump docker/metadata-action from 5.8.0 to 5.9.0
2 parents cead88d + f211042 commit 050b411

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

@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Metadata
112112
id: meta
113-
uses: docker/metadata-action@v5.8.0
113+
uses: docker/metadata-action@v5.9.0
114114
with:
115115
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
116116
tags: |

0 commit comments

Comments
 (0)