Skip to content

Commit 5917c68

Browse files
Update docker/metadata-action action to v5 (#34)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
1 parent 525f91e commit 5917c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-single-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
echo "platforms=${result}" >> $GITHUB_OUTPUT
197197
- name: Extract metadata
198198
id: meta
199-
uses: docker/metadata-action@v3
199+
uses: docker/metadata-action@v5
200200
with:
201201
sep-tags: ','
202202
images: |

0 commit comments

Comments
 (0)