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