Skip to content

Commit

Permalink
chore: use hard code project namew
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 13, 2024
1 parent 1f94055 commit abf771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: "16"
- name: Build and push Docker image
run: |
docker build -t ${{ vars.PROJECT }} --build-arg PROJECT=server .
docker build -t bolhadev-chat --build-arg PROJECT=server .
docker tag whatsapp-newsletter:latest ${{ vars.DOCKER_REPO}}:latest
docker login -u ${{ vars.DOCKER_USERNAME }} -p ${{secrets.DOCKER_TOEKEN}}
docker push ${{ vars.DOCKER_REPO}}:latest
Expand Down

0 comments on commit abf771c

Please sign in to comment.