Try update commands

This commit is contained in:
Will Webberley 2023-03-26 18:00:36 +00:00
parent a96d961142
commit 9b97290df1

View File

@ -2,6 +2,9 @@ pipeline:
buildapi:
image: plugins/docker
secrets: [docker_username, docker_password]
settings:
repo: wilw/treadl-api
dockerfile: api/Dockerfile
commands:
- cd api
- docker build -t test .
#settings:
# repo: wilw/treadl-api
# dockerfile: api/Dockerfile