deploy with latest
continuous-integration/drone/push Build is passing Details

This commit is contained in:
giles 2023-10-20 12:03:18 +01:00
parent 1bb319caf7
commit 76fa060f8b
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: "build commit" - name: "build commit ${DRONE_COMMIT_SHA}"
image: docker:19.03.12-dind@sha256:8dded163e463f4a59bf305b3dca98e312b2cfb89a43da3872e48f95a7554c48f image: docker:19.03.12-dind@sha256:8dded163e463f4a59bf305b3dca98e312b2cfb89a43da3872e48f95a7554c48f
commands: commands:
- set -e - set -e
@ -91,7 +91,7 @@ steps:
when: when:
branch: branch:
- action - action
- name: "build tag" - name: "build tag ${DRONE_TAG}"
image: docker:19.03.12-dind@sha256:8dded163e463f4a59bf305b3dca98e312b2cfb89a43da3872e48f95a7554c48f image: docker:19.03.12-dind@sha256:8dded163e463f4a59bf305b3dca98e312b2cfb89a43da3872e48f95a7554c48f
commands: commands:
- set -e - set -e

View File

@ -7,7 +7,7 @@ services:
replicas: 1 replicas: 1
restart_policy: restart_policy:
condition: any condition: any
image: ${LOCAL_DOCKER_REGISTRY}gitea:${TAG} image: ${LOCAL_DOCKER_REGISTRY}gitea:v0.1
environment: environment:
- USER_UID=1000 - USER_UID=1000
- USER_GID=1000 - USER_GID=1000