ci: docker image build for proxy

This commit is contained in:
iCrawl
2023-03-28 22:47:48 +02:00
parent 47da24ff5c
commit 89235f32b0
27 changed files with 721 additions and 448 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: echo ${{ secrets.DOCKER_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Build the image
run: docker build -t discordjs/proxy:latest -f packages/proxy-container/Dockerfile .
run: yarn docker build @discordjs/proxy-container -t discordjs/proxy:latest
- name: Push image to DockerHub
run: docker push discordjs/proxy:latest