Update .github/workflows/CI.yml
All checks were successful
GHA Testing / gha-testing (push) Successful in 2s
Build and Push Docker Image / testing (1.24.x, ubuntu-latest) (push) Successful in 1m30s
Build and Push Docker Image / build-and-push (push) Successful in 10m53s

This commit is contained in:
Alex Savin
2025-04-29 14:37:04 -04:00
parent 0db3ab00d2
commit a152670456

View File

@ -117,7 +117,7 @@ jobs:
'http://10.10.11.26:8090/api/v1/repos/${{ github.repository.owner.login }}/${{ github.repository.name }}/actions/workflows/CD.yml/dispatches' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Basic $( echo -n "secrets.OWNER_USERNAME:secrets.OWNER_PASSWORD" | base64 )' \
-H 'Authorization: Basic ${{ secrets.AUTH_BASIC }}' \
-H 'Authorization: token ${{ secrets.GHA_TOKEN }}' \
-d '{"ref":"${{ github.ref }}","inputs":{"Version":"${{ steps.version_step.outputs.COMMIT_SHA_SHORT }}","Env":"${{ github.ref_name}}"}}'
shell: bash