add tag only

This commit is contained in:
Adrien Beaudouin 2024-08-14 17:40:31 +02:00
parent 1cecdfb69f
commit 059af26cdb

View File

@ -12,9 +12,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
steps:
# - uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: https://gitea.okami101.io/okami101/actions/docker@main
with:
registry: ${{ vars.CONTAINER_REGISTRY }}
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
- name: Push tags
shell: bash