add tag only
This commit is contained in:
parent
f12618da90
commit
c0383e6d47
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user