|
|
|
@ -99,6 +99,7 @@ jobs:
|
|
|
|
buildkitd-flags: --allow-insecure-entitlement security.insecure
|
|
|
|
buildkitd-flags: --allow-insecure-entitlement security.insecure
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Build and push
|
|
|
|
name: Build and push
|
|
|
|
|
|
|
|
id: docker_build
|
|
|
|
uses: ./
|
|
|
|
uses: ./
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
context: ./test
|
|
|
|
context: ./test
|
|
|
|
@ -153,6 +154,7 @@ jobs:
|
|
|
|
buildkitd-flags: --allow-insecure-entitlement security.insecure
|
|
|
|
buildkitd-flags: --allow-insecure-entitlement security.insecure
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Build and push
|
|
|
|
name: Build and push
|
|
|
|
|
|
|
|
id: docker_build
|
|
|
|
uses: ./
|
|
|
|
uses: ./
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
GIT_AUTH_TOKEN: ${{ github.token }}
|
|
|
|
GIT_AUTH_TOKEN: ${{ github.token }}
|
|
|
|
|