Compare commits

..

No commits in common. "b78f25918974c112ac8772eab813f253da581a36" and "3d99843135bbd7a98ac6ec64c76930e3bf208e7c" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: build_api
image: golang
environment:
GIN_MODE: release
- GIN_MODE=release
commands:
- cd Api
- go build
@ -22,7 +22,7 @@ steps:
- master
settings:
dockerfile: ManagementPage/ManagementPage/Dockerfile
repo: registry.jacknet.io/51m0n/environment-api
repo: "registry.jacknet.io/51m0n/environment-api"
username: simon
password:
from_secret: docker_password
@ -39,7 +39,7 @@ steps:
settings:
context: Api
dockerfile: Api/Dockerfile
repo: registry.jacknet.io/51m0n/environment-api
repo: "registry.jacknet.io/51m0n/environment-api"
username: simon
password:
from_secret: docker_password