Adding A Tag Thing

This commit is contained in:
Annika Merris 2024-02-04 10:25:54 -05:00
parent e6defe8876
commit 125659cebf

View file

@ -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 }}