Skip to content

Commit

Permalink
Fix PR Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-rds committed Jun 6, 2024
1 parent 45d2bba commit 2f7fb28
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-flavor-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
pr-dckr-alpine-stable:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "alpine"

pr-dckr-alpine-master:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "alpine"
version: "master"
4 changes: 2 additions & 2 deletions .github/workflows/pr-flavor-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
pr-dckr-base-stable:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "base"

pr-dckr-base-master:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "base"
version: "master"
4 changes: 2 additions & 2 deletions .github/workflows/pr-flavor-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
pr-dckr-slim-stable:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "slim"

pr-dckr-slim-master:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "slim"
version: "master"
6 changes: 3 additions & 3 deletions .github/workflows/pr-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ on:

jobs:
pr-version-base:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "base"

pr-version-slim:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "slim"

pr-version-alpine:
uses: ./.github/workflows/call_pr_check_build.yml
uses: ./.github/workflows/call_pr_build.yml
with:
flavor: "alpine"

0 comments on commit 2f7fb28

Please sign in to comment.