Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryBoot committed Apr 25, 2024
1 parent 76b32f8 commit bb60ab7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
scan-code:
uses: ${{ vars.ORGANISATION_WORKFLOW_PATH }}/scan-code.yml@main
uses: aiblockofficial/workflows/.github/workflows/scan-code.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
REPOSITORY: ${{ vars.REPOSITORY }}
NODE_TYPE: ${{ vars.NODE_TYPE }}
scan-image:
uses: ${{ vars.ORGANISATION_WORKFLOW_PATH }}/scan-image.yml@main
uses: aiblockofficial/workflows/.github/workflows/scan-image.yml@main
secrets: inherit
needs: build
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
uses: ${{ vars.ORGANISATION_WORKFLOW_PATH }}/build.yml@main
uses: aiblockofficial/workflows/.github/workflows/build.yml@main
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
build:
uses: ${{ vars.ORGANISATION_WORKFLOW_PATH }}/build.yml@main
uses: aiblockofficial/workflows/.github/workflows/build.yml@main
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}

0 comments on commit bb60ab7

Please sign in to comment.