Merge pull request 'also limit container registry push to push events' (#2) from ci_limit_push into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
This commit is contained in:
commit
1fd9739a82
@ -43,7 +43,9 @@ steps:
|
|||||||
- name: container publish
|
- name: container publish
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
event:
|
||||||
|
- push
|
||||||
image: registry.gitlab.com/role_unit/role_unit_containers:build
|
image: registry.gitlab.com/role_unit/role_unit_containers:build
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user