Update
continuous-integration/drone/push Build is failing Details

This commit is contained in:
186526 2022-05-03 13:21:55 +08:00
parent bd1d2749ad
commit be4520cebd
Signed by: 186526
GPG Key ID: C7EB1E6B8CC5E51D
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
failure: ignore
settings: settings:
username: username:
from_secret: docker_username from_secret: docker_username

View File

@ -29,6 +29,7 @@ spec:
containers: containers:
- name: "home-app" - name: "home-app"
image: "registry.186526.xyz/home-app" image: "registry.186526.xyz/home-app"
imagePullPolicy: Always
resources: resources:
limits: limits:
memory: 64Mi memory: 64Mi