|
|
@ -43,7 +43,7 @@ jobs:
|
|
|
|
--tag ${{ github.repository }}:${{ github.event.inputs.tags }} \
|
|
|
|
--tag ${{ github.repository }}:${{ github.event.inputs.tags }} \
|
|
|
|
--tag ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }} \
|
|
|
|
--tag ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }} \
|
|
|
|
.
|
|
|
|
.
|
|
|
|
- name: Run Smoke Tests
|
|
|
|
- name: Run Tests
|
|
|
|
shell: bash
|
|
|
|
shell: bash
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
git_clone_scripts_dest="/tmp/scripts"
|
|
|
|
git_clone_scripts_dest="/tmp/scripts"
|
|
|
|