deploy with latest
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
1bb319caf7
commit
76fa060f8b
|
@ -76,7 +76,7 @@ platform:
|
|||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: "build commit"
|
||||
- name: "build commit ${DRONE_COMMIT_SHA}"
|
||||
image: docker:19.03.12-dind@sha256:8dded163e463f4a59bf305b3dca98e312b2cfb89a43da3872e48f95a7554c48f
|
||||
commands:
|
||||
- set -e
|
||||
|
@ -91,7 +91,7 @@ steps:
|
|||
when:
|
||||
branch:
|
||||
- action
|
||||
- name: "build tag"
|
||||
- name: "build tag ${DRONE_TAG}"
|
||||
image: docker:19.03.12-dind@sha256:8dded163e463f4a59bf305b3dca98e312b2cfb89a43da3872e48f95a7554c48f
|
||||
commands:
|
||||
- set -e
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
image: ${LOCAL_DOCKER_REGISTRY}gitea:${TAG}
|
||||
image: ${LOCAL_DOCKER_REGISTRY}gitea:v0.1
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
|
|
Loading…
Reference in New Issue