Skip to content

Commit

Permalink
docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
bemoty committed Feb 28, 2024
1 parent e55f5b5 commit 119a5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
run: |
docker login https://docker.pkg.github.com -u $DOCKER_USER -p $DOCKER_PASS
- name: npm build
- name: server dir
run: |
npm i -D && npm run build
cd server
- name: docker build
run: |
docker build . -t docker.pkg.github.com/josholaus/doofus-rick/bot:latest
Expand Down

0 comments on commit 119a5e1

Please sign in to comment.