Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Oct 27, 2023
1 parent ca5c7c2 commit eda13e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

jobs:
build-prod-container:
uses: ./.github/workflows/build_docker.yml
uses: ./.github/workflows/build-image.yml
secrets: inherit
deploy-prod-container:
needs: build-prod-container
uses: ./.github/workflows/deploy_docker.yml
uses: ./.github/workflows/deploy-container.yml
secrets: inherit

0 comments on commit eda13e5

Please sign in to comment.