Compare commits

...

1 Commits

Author SHA1 Message Date
9dd3e3cd34
test
Some checks failed
Continuous Integration / TypeScript Tests (push) Successful in 1m6s
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m15s
Continuous Integration / GitHub Actions Test (push) Successful in 9s
Lint Codebase / Lint Codebase (push) Has been cancelled
2025-01-20 21:18:22 +01:00

View File

@ -68,6 +68,12 @@ jobs:
org.opencontainers.image.description=Docker Description
org.opencontainers.image.vendor=Lucien Cartier-Tilet <lucien@phundrak.com>
- name: Print out tags
run: |
for tag in ${{ steps.meta.outputs.tags }}; do
echo $tag
done
- name: Test Local Action
id: test-action
uses: ./