From 0227867c8463e2927e25de917eb84422416f84ca 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2839b1..53a22ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,13 @@ jobs: org.opencontainers.image.description=Docker Description org.opencontainers.image.vendor=Lucien Cartier-Tilet + - 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: ./