Skip to content

Commit 4ef6160

Browse files
committed
Only publish the the docker images on the main repo's master
1 parent 25baf9e commit 4ef6160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
## release pipeline - run only on main repo
5050
publish-containers:
51-
#if: github.repository == "np-overflow/k8s-cms" && github.head_ref == "master"
51+
if: github.repository == "np-overflow/k8s-cms" && github.head_ref == "master"
5252
runs-on: ubuntu-18.04
5353
needs:
5454
- build-containers

0 commit comments

Comments
 (0)