add tag only

This commit is contained in:
Adrien Beaudouin 2024-08-14 17:15:50 +02:00
parent 3b492bb7d5
commit 59e5c69f8a

View File

@ -14,9 +14,7 @@ jobs:
steps: steps:
- uses: https://gitea.okami101.io/okami101/actions/docker@main - uses: https://gitea.okami101.io/okami101/actions/docker@main
with: with:
registry: ${{ vars.CONTAINER_REGISTRY }} password: test
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.password }}
- name: Push tags - name: Push tags
shell: bash shell: bash
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }} if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}