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

Commit

Permalink
Try again to fix the tagging loop
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Nov 28, 2022
1 parent f13d0f7 commit aedba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_complement_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: scripts-dev/complement.sh --build-only
- name: Tag and push generated image
run: |
for TAG in "${{ steps.meta.outputs.tags }}"; do
for TAG in ${{ join(fromJson(steps.meta.outputs.json).tags), "") }}; do
echo "tag and push $TAG"
docker tag complement-synapse $TAG
docker push $TAG
Expand Down

0 comments on commit aedba91

Please sign in to comment.