fix(ci): print metadata

This commit is contained in:
Luke Tainton 2025-01-02 19:27:55 +00:00
parent 4db2dd8ea5
commit a4c1ae8222
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -140,6 +140,12 @@ jobs:
${{ vars.PACKAGES_REGISTRY_URL }}/${{ gitea.repository }}
tags: type=semver,pattern=v{{version}},value=${{ needs.create_release.outputs.release_name }}
- name: Print metadata
run: |
echo "Annotations: ${{ steps.meta.outputs.annotations }}\n\n"
echo "Labels: ${{ steps.meta.outputs.labels }}\n\n"
echo "Tags: ${{ steps.meta.outputs.tags }}"
# - name: Build and push images
# uses: docker/build-push-action@v5
# with: