Compare commits

..

1 Commits

Author SHA1 Message Date
7dda92628c
test
Some checks failed
Continuous Integration / TypeScript Tests (push) Successful in 53s
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m1s
Continuous Integration / GitHub Actions Test (push) Successful in 20s
Lint Codebase / Lint Codebase (push) Failing after 1m11s
2025-01-20 21:27:50 +01:00

View File

@ -69,7 +69,10 @@ jobs:
org.opencontainers.image.vendor=Lucien Cartier-Tilet <lucien@phundrak.com>
- name: Print out tags
env:
META_OUTPUT: ${{ toJson(steps.meta) }}
run: |
echo $META_OUTPUT
for tag in ${{ steps.meta.outputs.tags }}; do
echo $tag
done
@ -79,7 +82,3 @@ jobs:
uses: ./
with:
bakefile: ${{ steps.meta.outputs.bake-file }}
- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"