diff --git a/.github/workflows/manual-deploy-ext-tools.yml b/.github/workflows/manual-deploy-ext-tools.yml index eb8d2347137..3f64fd392de 100644 --- a/.github/workflows/manual-deploy-ext-tools.yml +++ b/.github/workflows/manual-deploy-ext-tools.yml @@ -1,4 +1,4 @@ -name: Deploy Docker Ext-Tools +name: Manual deploy Docker Ext-Tools on: workflow_dispatch: inputs: @@ -47,5 +47,4 @@ jobs: needs: build with: cli: python3 ./build/cloud/docker/docker-build.py push --images ext-tools --tag ${{ inputs.tag }} - secrets: inherit - + secrets: inherit \ No newline at end of file