Skip to content

Commit 111e5d4

Browse files
authored
Merge pull request #757 from Project-MONAI/dependabot/github_actions/docker/metadata-action-4.4.0
Bump docker/metadata-action from 4.3.0 to 4.4.0
2 parents 5b9cc6a + 19cfae1 commit 111e5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Extract metadata (tags, labels) for Docker
7575
id: meta
76-
uses: docker/metadata-action@v4.3.0
76+
uses: docker/metadata-action@v4.4.0
7777
with:
7878
images: ${{ matrix.image }}
7979
tags: |

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Extract metadata (tags, labels) for Docker
5757
id: meta
58-
uses: docker/metadata-action@v4.3.0
58+
uses: docker/metadata-action@v4.4.0
5959
with:
6060
images: ${{ matrix.image }}
6161
tags: |

0 commit comments

Comments
 (0)