Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed May 13, 2024
1 parent 7e310d8 commit f82d0f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
PROJECT: "bolhadev-chat"
DOCKER_REPO: "brunoroh/bolhadev-chat"
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}

jobs:
deploy:
Expand All @@ -25,7 +26,7 @@ jobs:
uses: docker/login-action@v2
with:
username: $DOCKER_USERNAME
password: $DOCKER_USERNAME
password: $DOCKER_TOKEN

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit f82d0f7

Please sign in to comment.