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 67c2ac1 commit adf3c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

- name: Login to Docker Hub
run: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

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

0 comments on commit adf3c94

Please sign in to comment.