add tag only
This commit is contained in:
parent
fc2436f6cf
commit
ddaa8ea688
@ -35,4 +35,4 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
|
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
|
||||||
run: |
|
run: |
|
||||||
docker push ${{ steps.meta.outputs.tags }}
|
docker push ${{ inputs.registry }}/${{ gitea.repository }}:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user