Skip to content

Commit 5a16bdc

Browse files
authored
Update docker/metadata-action action to v5.9.0 (#1302)
2 parents ceb8f90 + 5988f61 commit 5a16bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
32+
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
3333
with:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535
flavor: latest=true

0 commit comments

Comments
 (0)