Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZOXEXIVO committed Jul 13, 2022
1 parent 445fa45 commit d58f47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t geen-web:2.0.0.$$DRONE_BUILD_NUMBER -f "build/Web.Dockerfile" --build-arg BUILD_NUMBER=1.0.0.$$DRONE_BUILD_NUMBER .
- docker build --no-cache -t geen-web:2.0.0.$$DRONE_BUILD_NUMBER -f "build/Web.Dockerfile" --build-arg BUILD_NUMBER=2.0.0.$$DRONE_BUILD_NUMBER .

- name: build_jobs
image: docker:latest
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t geen-jobs:1.0.0.$$DRONE_BUILD_NUMBER -f "build/Jobs.Dockerfile" --build-arg BUILD_NUMBER=1.0.0.$$DRONE_BUILD_NUMBER .
- docker build --no-cache -t geen-jobs:2.0.0.$$DRONE_BUILD_NUMBER -f "build/Jobs.Dockerfile" --build-arg BUILD_NUMBER=2.0.0.$$DRONE_BUILD_NUMBER .


- name: clear
Expand Down

0 comments on commit d58f47f

Please sign in to comment.