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