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 74a1b46 commit 186a049
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-and-push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:

jobs:
build:
uses: .github/workflows/build-and-push.yml
with:
environment: "dev"
runs-on: ubuntu-latest
steps:
- name: Build and push dev images
uses: .github/workflows/build-and-push.yml
with:
environment: "dev"

0 comments on commit 186a049

Please sign in to comment.