diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2839b1..ad8fb3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,12 @@ jobs: org.opencontainers.image.description=Docker Description org.opencontainers.image.vendor=Lucien Cartier-Tilet + - name: Print out tags + run: | + for tag in ${{ steps.meta.outputs.tags }}; do + echo $tag + done + - name: Test Local Action id: test-action uses: ./