Fix invalid yaml
This commit is contained in:
@ -7,7 +7,7 @@ variables:
|
||||
DOCKERHUB_REPO: jonoh/docker-buildx-qemu
|
||||
|
||||
dockerhub-push:
|
||||
depends: build
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "$DOCKERHUB_PASSWORD" | base64 -d | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
|
||||
- docker tag "$CI_REGISTRY_IMAGE" "$DOCKERHUB_REPO:latest"
|
||||
|
Reference in New Issue
Block a user