add tag only

This commit is contained in:
Adrien Beaudouin 2024-08-14 17:23:19 +02:00
parent 7edde37416
commit b30989e596

View File

@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ startsWith(gitea.ref, 'refs/tags/v') }} if: ${{ startsWith(gitea.ref, 'refs/tags/v') }}
steps: steps:
- uses: actions/checkout@v4
- uses: docker/metadata-action@v5 - uses: docker/metadata-action@v5
id: meta id: meta
with: with: