Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Oct 9, 2024
2 parents 5310482 + fc4f3f0 commit 5195a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

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

- name: Build the Docker image
run: docker build -t surajkumar00/devops-url2qr-api .
Expand Down

0 comments on commit 5195a9e

Please sign in to comment.