Skip to content

Commit

Permalink
replace ecr with dockerhub - bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed May 15, 2024
1 parent b1268b7 commit b9602c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
- name: Run Docker Image to Serve Users
run: |
docker run -d -p 8081:8000 -ti --name awscicd ./wineqcicdaws:latest
docker run -d -p 8081:8000 -ti --name awscicd ${{ secrets.DOCKER_USERNAME }}/wineqcicdaws:latest

0 comments on commit b9602c0

Please sign in to comment.