This commit is contained in:
@@ -20,15 +20,9 @@ steps:
|
||||
registry: hub.peikarband.ir
|
||||
repo: *app_image
|
||||
username:
|
||||
from_secret: HARBOR_USERNAME
|
||||
from_secret: harbor_username
|
||||
password:
|
||||
from_secret: HARBOR_PASSWORD
|
||||
commands:
|
||||
- echo "Username in Base64:"
|
||||
- echo -n $HARBOR_USERNAME | base64
|
||||
- echo "Password in Base64:"
|
||||
- echo -n $HARBOR_PASSWORD | base64
|
||||
|
||||
from_secret: harbor_password
|
||||
dockerfile: docker/Dockerfile.base
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
|
||||
Reference in New Issue
Block a user