Skip to content

Commit

Permalink
+ manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Aug 4, 2023
1 parent d0f3cc1 commit 550dedd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Manually build both images and test

on:
workflow_dispatch:
inputs:
tag:
type: string
required: true


jobs:
do:
uses: ./.github/workflows/build_images.yml@main
with:
tag: ${{ inputs.tag }}
secrets:
github-token: ${{ secrets.GH_TOKEN_PERSONAL }}
digitalocean-token: ${{ secrets.DO_TOKEN }}
aws-secret-key: ${{secrets.AWS_SECRET_KEY }}
aws-key-id: ${{secrets.AWS_KEY_ID}}

0 comments on commit 550dedd

Please sign in to comment.