Compare commits
1 Commits
main
...
feat/retag
Author | SHA1 | Date | |
---|---|---|---|
9dd3e3cd34 |
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -69,10 +69,7 @@ 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
|
||||
@ -82,3 +79,7 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
bakefile: ${{ steps.meta.outputs.bake-file }}
|
||||
|
||||
- name: Print Output
|
||||
id: output
|
||||
run: echo "${{ steps.test-action.outputs.time }}"
|
||||
|
Loading…
Reference in New Issue
Block a user