Skip to content

Commit

Permalink
fix: Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-castro committed Nov 10, 2024
1 parent b223512 commit bd60be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: actions/checkout@v2

- name: Build and push dev images
uses: .github/workflows/build-and-push.yml
uses: ./.github/workflows/build-and-push.yml
with:
environment: "dev"
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Build and push prod images
uses: .github/workflows/build-and-push.yml
uses: ./.github/workflows/build-and-push.yml
with:
environment: "prod"

0 comments on commit bd60be2

Please sign in to comment.