From 54e5b6394ab5382d763acc4cae618d4a488cafaa Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Wed, 15 May 2024 12:05:28 +0300 Subject: [PATCH] ci: debug --- .github/actions/deploy/action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/deploy/action.yaml b/.github/actions/deploy/action.yaml index 7f3925b..ecc8df5 100644 --- a/.github/actions/deploy/action.yaml +++ b/.github/actions/deploy/action.yaml @@ -57,6 +57,8 @@ runs: shell: bash run: | echo "slug=$(echo '${{ inputs.platform }}' | tr '/' '-')" >> $GITHUB_OUTPUT + echo "DEBUG" + echo "${{ inputs.tag }}" - name: Docker build & push id: docker_build uses: docker/build-push-action@v5