Skip to content

Commit

Permalink
?>????
Browse files Browse the repository at this point in the history
  • Loading branch information
bemoty committed Apr 6, 2024
1 parent b0ce3f7 commit 01c8146
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 @@ -23,7 +23,7 @@ jobs:
cd app && bun i
- name: docker build
run: |
docker build . -t docker.pkg.github.com/josholaus/doofus-rick/web:latest
cd app && docker build . -t docker.pkg.github.com/josholaus/doofus-rick/web:latest
- name: docker push
run: |
docker push docker.pkg.github.com/josholaus/doofus-rick/web:latest
Expand All @@ -44,7 +44,7 @@ jobs:
cd server && bun i
- name: docker build
run: |
docker build . -t docker.pkg.github.com/josholaus/doofus-rick/bot:latest
cd server && docker build . -t docker.pkg.github.com/josholaus/doofus-rick/bot:latest
- name: docker push
run: |
docker push docker.pkg.github.com/josholaus/doofus-rick/bot:latest

0 comments on commit 01c8146

Please sign in to comment.