fix scw access

This commit is contained in:
pida123 2023-08-03 18:00:27 +02:00
parent 981184306a
commit f7875e0c79

View File

@ -55,6 +55,8 @@ workflows:
build-and-register-stg:
jobs:
- build-push-docker-image:
context:
- sc-shared-prd
filters:
branches:
only: staging
@ -71,6 +73,8 @@ workflows:
build-and-register-ppd:
jobs:
- build-push-docker-image:
context:
- sc-shared-prd
filters:
branches:
only: preprod
@ -87,6 +91,8 @@ workflows:
build-and-register-prd:
jobs:
- build-push-docker-image:
context:
- sc-shared-prd
filters:
branches:
only: main