Skip to content

Commit 81edf08

Browse files
Merge pull request #143 from ImperialCollegeLondon/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 4 to 5
2 parents 5298d5a + 07aef6d commit 81edf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Get image metadata
4242
id: meta
43-
uses: docker/metadata-action@v4
43+
uses: docker/metadata-action@v5
4444
with:
4545
images: ghcr.io/${{ github.repository }}
4646
- name: Build and push Docker image

0 commit comments

Comments
 (0)