Merge pull request #168 from Daniel-GrunbergerCA/master

Build docker image only for original repo (not for forks)
This commit is contained in:
Rotem Refael
2021-10-18 10:31:22 +03:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ jobs:
build-docker:
name: Build docker container, tag and upload to registry
needs: build
if: ${{ github.workflow == 'armosec/kubescape' }}
runs-on: ubuntu-latest
steps:
+1
View File
@@ -40,6 +40,7 @@ jobs:
build-docker:
name: Build docker container, tag and upload to registry
needs: build
if: ${{ github.workflow == 'armosec/kubescape' }}
runs-on: ubuntu-latest
steps: