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