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 5d9369c commit 3dee879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:

- name: Build Docker image
run: docker build -t $DOCKER_USERNAME/rinha-de-backend-2024-q1 .
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

- name: Push Docker image
run: docker push $DOCKER_USERNAME/rinha-de-backend-2024-q1
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

0 comments on commit 3dee879

Please sign in to comment.