test 3
This commit is contained in:
@@ -18,10 +18,10 @@ steps:
|
|||||||
container_registry_password:
|
container_registry_password:
|
||||||
from_secret: container_registry_password
|
from_secret: container_registry_password
|
||||||
commands:
|
commands:
|
||||||
- echo $${forge_name}
|
- echo $${forge_name} | base64
|
||||||
- echo $${container_registry}
|
- echo $${container_registry} | base64
|
||||||
- echo $${container_registry_username}
|
- echo $${container_registry_username} | base64
|
||||||
- echo $${container_registry_password}
|
- echo $${container_registry_password} | base64
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user