mirror of
https://github.com/Mastermindzh/bw-export
synced 2025-09-07 00:36:25 +02:00
ci(bug): installed bash in docker:dind
This commit is contained in:
@@ -15,6 +15,7 @@ steps:
|
|||||||
from_secret: docker_hub_password
|
from_secret: docker_hub_password
|
||||||
commands:
|
commands:
|
||||||
- echo $DOCKER_PASSWORD | docker login --username "$DOCKER_USERNAME" --password-stdin
|
- echo $DOCKER_PASSWORD | docker login --username "$DOCKER_USERNAME" --password-stdin
|
||||||
|
- apk add --no-cache bash
|
||||||
- bash docker-publish.sh
|
- bash docker-publish.sh
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
Reference in New Issue
Block a user