Skip to content

Commit 54bb1eb

Browse files
authored
Merge pull request #24 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 5ce5170 + 6f7cf56 commit 54bb1eb

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
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Metadata
3232
id: meta
33-
uses: docker/metadata-action@v5.10.0
33+
uses: docker/metadata-action@v6.0.0
3434
with:
3535
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
3636

@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Metadata
9797
id: meta
98-
uses: docker/metadata-action@v5.10.0
98+
uses: docker/metadata-action@v6.0.0
9999
with:
100100
images: ghcr.io/${{ vars.ORG_REPO }}/${{ github.event.repository.name }}
101101
tags: |

0 commit comments

Comments
 (0)