Skip to content

Commit

Permalink
feat: update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franklaercio committed Feb 19, 2024
1 parent 2fe15d8 commit 5fad0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Build Docker image
run: docker build -t $DOCKER_USERNAME/rinha-de-backend-2024-q1 .
Expand Down

0 comments on commit 5fad0c1

Please sign in to comment.