Buildkit + commenting out repo

This commit is contained in:
itzaname 2024-12-14 01:14:10 -05:00
parent e94f839515
commit 79bc44e3ff

@ -11,12 +11,12 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: registry.itzana.me registry: registry.itzana.me
repo: registry.itzana.me/strafesnet/maptest-frontend # repo: registry.itzana.me/strafesnet/maptest-frontend
dockerfile: validation/Containerfile dockerfile: validation/Containerfile
context: validation context: validation
tags: # tags:
- ${DRONE_BRANCH}-${DRONE_BUILD_NUMBER} # - ${DRONE_BRANCH}-${DRONE_BUILD_NUMBER}
- ${DRONE_BRANCH} # - ${DRONE_BRANCH}
username: username:
from_secret: REGISTRY_USER from_secret: REGISTRY_USER
password: password:
@ -28,13 +28,15 @@ steps:
- name: api - name: api
image: plugins/docker image: plugins/docker
environment:
DOCKER_BUILDKIT: 1
settings: settings:
registry: registry.itzana.me registry: registry.itzana.me
repo: registry.itzana.me/strafesnet/maptest-api # repo: registry.itzana.me/strafesnet/maptest-api
dockerfile: Containerfile dockerfile: Containerfile
tags: # tags:
- ${DRONE_BRANCH}-${DRONE_BUILD_NUMBER} # - ${DRONE_BRANCH}-${DRONE_BUILD_NUMBER}
- ${DRONE_BRANCH} # - ${DRONE_BRANCH}
username: username:
from_secret: REGISTRY_USER from_secret: REGISTRY_USER
password: password:
@ -48,12 +50,12 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
registry: registry.itzana.me registry: registry.itzana.me
repo: registry.itzana.me/strafesnet/maptest-frontend # repo: registry.itzana.me/strafesnet/maptest-frontend
dockerfile: web/Containerfile dockerfile: web/Containerfile
context: web context: web
tags: # tags:
- ${DRONE_BRANCH}-${DRONE_BUILD_NUMBER} # - ${DRONE_BRANCH}-${DRONE_BUILD_NUMBER}
- ${DRONE_BRANCH} # - ${DRONE_BRANCH}
username: username:
from_secret: REGISTRY_USER from_secret: REGISTRY_USER
password: password: