Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketAhireIGT authored Feb 14, 2025
1 parent 73aaf06 commit 1c00cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
USER: ${{ secrets.USER }}
PASS: ${{ secrets.PASS }}
run: |
docker build . --file dockerfile.dockerfile --tag aniketahire/devops-flask-webserver-assignment_3:v1
docker build . --file dockerfile --tag aniketahire/devops-flask-webserver-assignment_3:v1
docker login -u $USER -p $PASS
docker push aniketahire/devops-flask-webserver-assignment_3:v1

0 comments on commit 1c00cb8

Please sign in to comment.