add tag only
This commit is contained in:
parent
84b183eba9
commit
f12618da90
@ -36,5 +36,5 @@ runs:
|
|||||||
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
|
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
|
||||||
run: |
|
run: |
|
||||||
for tag in ${{ steps.meta.outputs.tags }}; do
|
for tag in ${{ steps.meta.outputs.tags }}; do
|
||||||
docker push ${{ inputs.registry }}/${{ gitea.repository }}:$tag
|
docker push $tag
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user