Skip to content

Commit 8d5ec8a

Browse files
authored
Merge pull request #29 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 c6a430d + b1e75c1 commit 8d5ec8a

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
@@ -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

@@ -141,7 +141,7 @@ jobs:
141141

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

0 commit comments

Comments
 (0)