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