Skip to content

Commit

Permalink
fix: Some files updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Oct 10, 2024
1 parent 39f192b commit 3a5c418
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 @@ -18,9 +18,9 @@ jobs:
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

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

- name: Push Docker image to DockerHub
run: docker push devops-url2qr-api
run: docker push surajkumar00/devops-url2qr-api


0 comments on commit 3a5c418

Please sign in to comment.