add tag only

This commit is contained in:
Adrien Beaudouin 2024-08-14 16:34:21 +02:00
parent f12618da90
commit c0383e6d47

View File

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