Skip to content

Commit

Permalink
ci: fix force release
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 committed May 12, 2022
1 parent 1002a91 commit 3804367
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/force-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
branch: main

docker-release:
- needs: token-check
runs-on: ubuntu-latest
steps:
- name: Build and push docker
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Manual Docker Build
inputs: '{ "release_token": "${{ env.release_token }}", "triggered_by": "MANUAL"}'
token: ${{ secrets.JINA_DEV_BOT }}
env:
release_token: ${{ secrets.CAS_RELEASE_TOKEN }}
needs: token-check
runs-on: ubuntu-latest
steps:
- name: Build and push docker
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Manual Docker Build
inputs: '{ "release_token": "${{ env.release_token }}", "triggered_by": "MANUAL"}'
token: ${{ secrets.JINA_DEV_BOT }}
env:
release_token: ${{ secrets.CAS_RELEASE_TOKEN }}

0 comments on commit 3804367

Please sign in to comment.