From 125659cebfe4f7c77aba76a2f792645a8da21d80 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 4 Feb 2024 10:25:54 -0500 Subject: [PATCH] Adding A Tag Thing --- .forgejo/workflows/debugging.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}