Skip to content

Commit ed22851

Browse files
authored
Merge pull request #5 from devsecblueprint/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 3 to 5
2 parents fab7dbc + 2087a8e commit ed22851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Extract metadata (tags, labels) for Docker
2626
- name: Extract metadata for Docker
2727
id: meta
28-
uses: docker/metadata-action@v3
28+
uses: docker/metadata-action@v5
2929
with:
3030
images: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
3131

0 commit comments

Comments
 (0)