Skip to content

Commit fa54066

Browse files
authored
Merge pull request #27 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 a140356 + 2e4d53a commit fa54066

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

@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Metadata
148148
id: meta
149-
uses: docker/metadata-action@v5.10.0
149+
uses: docker/metadata-action@v6.0.0
150150
with:
151151
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
152152
tags: |

0 commit comments

Comments
 (0)