Actualiser action.yaml

This commit is contained in:
2025-04-14 12:17:33 +02:00
parent 00c69f1900
commit 94283573e6

View File

@@ -38,10 +38,17 @@ runs:
if: ${{ inputs.debug == true }} if: ${{ inputs.debug == true }}
shell: bash shell: bash
run: | run: |
source "${{ github.action_path }}/bashlib.sh" source "${{ github.action_path }}/../bashlib.sh"
export DEBUG="ON" export DEBUG="ON"
echo "DEBUG=ON" >> $GITEA_ENV echo "DEBUG=ON" >> $GITEA_ENV
debug Debug switch on 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 - name: Build the image
shell: bash shell: bash