mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-14 20:35:32 +01:00
build (ci): fix build issue
This commit is contained in:
parent
434f1a90c3
commit
3d938d8632
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ pipeline:
|
|||
commands:
|
||||
- echo $DOCKER_PASSWORD | docker login -u=$DOCKER_USERNAME --password-stdin
|
||||
- docker pull alpine:latest
|
||||
- docker build --no-cache -t machines/nuage:master docker/prod
|
||||
- docker build --no-cache -t machines/nuage docker/prod
|
||||
- docker push machines/nuage
|
||||
Loading…
Reference in a new issue