Compare commits
1 Commits
feat/retag
...
main
Author | SHA1 | Date | |
---|---|---|---|
7dda92628c |
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -68,12 +68,17 @@ jobs:
|
||||
org.opencontainers.image.description=Docker Description
|
||||
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
|
||||
|
||||
- name: Test Local Action
|
||||
id: test-action
|
||||
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