add tag only
This commit is contained in:
parent
f12618da90
commit
c0383e6d47
@ -35,6 +35,7 @@ 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
|
||||||
for tag in ${{ steps.meta.outputs.tags }}; do
|
for tag in ${{ steps.meta.outputs.tags }}; do
|
||||||
docker push $tag
|
docker push $tag
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user