Skip to content

Commit 5446943

Browse files
authored
Merge pull request #6 from NYU-RTS/dependabot/github_actions/docker/metadata-action-6
Bump docker/metadata-action from 5 to 6
2 parents 9408d44 + 2b149ac commit 5446943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Get metadata to apply to image
8383
- name: Extract Metadata
8484
id: meta
85-
uses: docker/metadata-action@v5
85+
uses: docker/metadata-action@v6
8686
with:
8787
images: ${{ env.CONTAINER_REGISTRY }}/${{ github.repository }}
8888
tags: ${{ steps.tags.outputs.tags }}

0 commit comments

Comments
 (0)