Added default image to CI latest and ci sleep to 15
This commit is contained in:
parent
f41712165e
commit
8175ae1e1a
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ steps:
|
|||
DOCKER_PASSWORD:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
commands:
|
||||
- sleep 30
|
||||
- sleep 15
|
||||
- docker context create build
|
||||
- docker buildx create build --use
|
||||
- echo $DOCKER_PASSWORD | docker login --username Phil --password-stdin git.hackmi.ch
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
version: "3"
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
image: git.hackmi.ch/hackmi.ch/services:latest
|
||||
# build: .
|
||||
ports:
|
||||
- 8001:80
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue