Настроил сборку

This commit is contained in:
Struchkov Mark 2022-12-18 01:01:53 +03:00
parent 5e59c40d17
commit 31b568346a

View File

@ -18,26 +18,24 @@ steps:
- name: dockersock - name: dockersock
path: /var/run path: /var/run
commands: commands:
# - sleep 15 - sleep 15
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username $DOCKER_REGISTRY_USER --password-stdin - echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username $DOCKER_REGISTRY_USER --password-stdin
- docker build --no-cache -t "$DOCKER_IMAGE_NAME:latest" . - docker build --no-cache -t "$DOCKER_IMAGE_NAME:latest" -t "$DOCKER_IMAGE_NAME:$DRONE_TAG" .
- docker push "$DOCKER_IMAGE_NAME:latest" - docker push "$DOCKER_IMAGE_NAME:latest"
# - docker push "$DOCKER_IMAGE_NAME:$DRONE_TAG" - docker push "$DOCKER_IMAGE_NAME:$DRONE_TAG"
trigger: trigger:
branch: ref:
- main - refs/tags/v.*.*.*
# ref:
# - refs/tags/v.*.*.*
# services: services:
# - name: docker - name: docker
# image: docker:dind image: docker:dind
# privileged: true privileged: true
# volumes: volumes:
# - name: dockersock - name: dockersock
# path: /var/run path: /var/run
# volumes: volumes:
# - name: dockersock - name: dockersock
# temp: {} temp: {}