Skip to content

Commit

Permalink
Merge pull request #4 from AIBlockOfficial/update-workflow
Browse files Browse the repository at this point in the history
remove nodeType
  • Loading branch information
BarryBoot authored Apr 25, 2024
2 parents 543465a + fdd218e commit 31ba9a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}
NODE_TYPE: ${{ vars.NODE_TYPE }}
scan-image:
uses: aiblockofficial/workflows/.github/workflows/scan-image.yml@main
secrets: inherit
needs: build
with:
IMAGE: ${{ vars.REGISTRY }}/${{ vars.ORGANISATION_NAME }}/node-${{ vars.NODE_TYPE }}:${{ github.sha }}
IMAGE: ${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}:${{ github.sha }}
1 change: 0 additions & 1 deletion .github/workflows/manual-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ jobs:
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}
NODE_TYPE: ${{ inputs.node_type }}

0 comments on commit 31ba9a6

Please sign in to comment.