Skip to content

Commit

Permalink
Docker ext-tools manual deployer yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Jul 26, 2023
1 parent 6d42717 commit a995463
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/manual-deploy-ext-tools.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Docker Ext-Tools
name: Manual deploy Docker Ext-Tools
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -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

0 comments on commit a995463

Please sign in to comment.