Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit aedba91

Browse files
author
David Robertson
committed
Try again to fix the tagging loop
1 parent f13d0f7 commit aedba91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_complement_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: scripts-dev/complement.sh --build-only
6868
- name: Tag and push generated image
6969
run: |
70-
for TAG in "${{ steps.meta.outputs.tags }}"; do
70+
for TAG in ${{ join(fromJson(steps.meta.outputs.json).tags), "") }}; do
7171
echo "tag and push $TAG"
7272
docker tag complement-synapse $TAG
7373
docker push $TAG

0 commit comments

Comments
 (0)