This commit is contained in:
parent
508c1e2025
commit
a7e7d082b4
@ -40,8 +40,8 @@ steps:
|
||||
- echo "$SSH_KEY" | base64 -d > ~/.ssh/id_ed25519
|
||||
- chmod -R 600 ~/.ssh
|
||||
- ssh-add
|
||||
- echo "$${DOCKER_PASSWORD}" | docker login --password-stdin --username="$${DOCKER_USERNAME}" "$${DOCKER_HOST}"
|
||||
- shuttle run build
|
||||
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
|
||||
- shuttle run ci
|
||||
services:
|
||||
- name: docker
|
||||
image: docker:dind
|
||||
|
Loading…
Reference in New Issue
Block a user