mirror of
https://github.com/Mastermindzh/bw-export
synced 2024-11-21 06:13:22 +01:00
ci(bug): installed bash in docker:dind
This commit is contained in:
parent
eb765ab1cc
commit
26f1ddb238
@ -15,6 +15,7 @@ steps:
|
||||
from_secret: docker_hub_password
|
||||
commands:
|
||||
- echo $DOCKER_PASSWORD | docker login --username "$DOCKER_USERNAME" --password-stdin
|
||||
- apk add --no-cache bash
|
||||
- bash docker-publish.sh
|
||||
|
||||
services:
|
||||
|
Loading…
Reference in New Issue
Block a user