Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 7e524de

Browse files
Merge pull request #27 from open-AIMS/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 4 to 5
2 parents af201e7 + 6080d82 commit 7e524de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# This step generates tags and labels for the Docker image
7070
- name: Extract metadata (tags, labels) for Docker
7171
id: meta
72-
uses: docker/metadata-action@v4
72+
uses: docker/metadata-action@v5
7373
with:
7474
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7575
tags: |

0 commit comments

Comments
 (0)