diff --git a/.forgejo/workflows/debugging.yml b/.forgejo/workflows/debugging.yml index 1f29b16..b4cea9d 100644 --- a/.forgejo/workflows/debugging.yml +++ b/.forgejo/workflows/debugging.yml @@ -23,6 +23,8 @@ jobs: uses: https://github.com/docker/metadata-action@v5 with: images: forgejo.merr.is/${{ github.repository }} + tags: | + type=semver,pattern={{version}} - name: Debugging steps.meta.outputs.tags shell: /bin/ash -e {0} run: echo ${{ steps.meta.outputs.tags }}