diff --git a/action.yaml b/action.yaml index 301eff8..9b461e2 100644 --- a/action.yaml +++ b/action.yaml @@ -38,10 +38,17 @@ runs: if: ${{ inputs.debug == true }} shell: bash run: | - source "${{ github.action_path }}/bashlib.sh" + source "${{ github.action_path }}/../bashlib.sh" export DEBUG="ON" echo "DEBUG=ON" >> $GITEA_ENV debug Debug switch on + + - name: Tash description + shell: bash + run: | + source "${{ github.action_path }}/../bashlib.sh" + step "Image name" "${{ inputs.image_name }}" + step "Image tags" "${{ inputs.image_tags }}" - name: Build the image shell: bash