Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebukaogbonna authored May 1, 2024
1 parent a74b5d9 commit 349fbe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Build & Push Image
run: |
cd ./python
echo "${{ secrets.DOCKERPW }}" | docker login -u "[your dockerhub login here]" --password-stdin
docker image build -t [your dockerhub username here]/gitops:hellov1.0 .
docker push [your docker hub username here]/gitops:hellov1.0
docker login --username=ebukaogbonna --password=${{ secrets.DOCKERPW }}
docker image build -t ebukaogbonna/gitops:hellov1.0 .
docker push ebukaogbonna/gitops:hellov1.0

0 comments on commit 349fbe0

Please sign in to comment.