Skip to content

Commit 23f7fcd

Browse files
Merge pull request #118 from weekenthralling/dependabot/github_actions/docker/metadata-action-5.9.0
chore(deps): bump docker/metadata-action from 5.8.0 to 5.9.0
2 parents 09c3685 + 38a957f commit 23f7fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- name: Extract metadata (tags, labels) for Docker
3232
id: meta
33-
uses: docker/metadata-action@v5.8.0
33+
uses: docker/metadata-action@v5.9.0
3434
with:
3535
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636
# semver has default priority 900, sha has default priority 100

0 commit comments

Comments
 (0)