test
Some checks failed
Some checks failed
This commit is contained in:
parent
3999529881
commit
0227867c84
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -68,6 +68,13 @@ jobs:
|
||||
org.opencontainers.image.description=Docker Description
|
||||
org.opencontainers.image.vendor=Lucien Cartier-Tilet <lucien@phundrak.com>
|
||||
|
||||
- name: Print out tags
|
||||
run: |
|
||||
echo HELLOOOOOO
|
||||
for tag in ${{ steps.meta.outputs.tags }}; do
|
||||
echo $tag
|
||||
done
|
||||
|
||||
- name: Test Local Action
|
||||
id: test-action
|
||||
uses: ./
|
||||
|
Loading…
Reference in New Issue
Block a user