diff --git a/.github/workflows/workflow-docker-manual.yml b/.github/workflows/workflow-docker-manual.yml index e4b0a1e..fa498a7 100644 --- a/.github/workflows/workflow-docker-manual.yml +++ b/.github/workflows/workflow-docker-manual.yml @@ -43,7 +43,7 @@ jobs: --tag ${{ github.repository }}:${{ github.event.inputs.tags }} \ --tag ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }} \ . - - name: Run Smoke Tests + - name: Run Tests shell: bash run: | git_clone_scripts_dest="/tmp/scripts"