add tag only

This commit is contained in:
Adrien Beaudouin 2024-08-14 16:36:01 +02:00
parent c0383e6d47
commit fc2436f6cf

View File

@ -35,7 +35,4 @@ runs:
shell: bash shell: bash
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }} if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
run: | run: |
cat /var/run/act/workflow/0-composite-3.sh docker push ${{ steps.meta.outputs.tags }}
for tag in ${{ steps.meta.outputs.tags }}; do
docker push $tag
done