Skip to content

Commit

Permalink
docker: move make
Browse files Browse the repository at this point in the history
The build folder had all the scripts, but given this is only a single
file now, it can be directly in docker folder
  • Loading branch information
darakeon committed Dec 8, 2022
1 parent 6659cf3 commit 668119c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ jobs:
command: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- run:
name: Build and Push Alpine
path: docker/build
path: docker
command: make alpine_push
- run:
name: Build and Push Ubuntu
path: docker/build
path: docker
command: make ubuntu_push
- run:
name: Build and Push Dockery
path: docker/build
path: docker
command: make dockery_push
- run:
name: Build and Push Netcore
path: docker/build
path: docker
command: make netcore_push
- run:
name: Build and Push Server
path: docker/build
path: docker
command: make server_push

workflows:
Expand Down

0 comments on commit 668119c

Please sign in to comment.