We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391bce7 commit 8a7bea7Copy full SHA for 8a7bea7
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
name: build-scan
2
on:
3
- pull_request:
+ push:
4
branches:
5
- main
6
- develop
@@ -12,12 +12,12 @@ permissions:
12
13
jobs:
14
build:
15
- uses: ablockofficial/platform/.github/workflows/build.yml@main
+ uses: ablockofficial/workflows/.github/workflows/build.yml@main
16
with:
17
REGISTRY: ${{ vars.REGISTRY }}
18
REPOSITORY: ${{ vars.REPOSITORY }}
19
scan-image:
20
- uses: ablockofficial/platform/.github/workflows/scan-image.yml@main
+ uses: ablockofficial/workflows/.github/workflows/scan-image.yml@main
21
secrets: inherit
22
needs: build
23
0 commit comments