From 7dda92628c4c069e5f459170dc479992753d098d Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 20 Jan 2025 21:18:22 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2839b1..10444d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,12 +68,17 @@ jobs: org.opencontainers.image.description=Docker Description org.opencontainers.image.vendor=Lucien Cartier-Tilet + - 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 }}"