Skip to content

Commit

Permalink
wait on image creation for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Apr 1, 2024
1 parent 52c618e commit 19fe704
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
# if: needs.check-for-changes.outputs.exitCode == '1'

steps:
- name: Wait for image build workflow
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'Build and push Docker image'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master

Expand Down

0 comments on commit 19fe704

Please sign in to comment.