Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Oct 7, 2023
1 parent a755554 commit 2b0961e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
fi
#
sudo docker build --pull -t $DOCKERHUB_REPO:$LATEST_TAG-amd64 -f amd64.Dockerfile .
echo "SHAHANA"
echo $DOCKERHUB_PASS
echo $DOCKERHUB_PASS | sudo docker login -u $DOCKERHUB_USER --password-stdin
sudo docker push $DOCKERHUB_REPO:$LATEST_TAG-amd64
Expand Down

0 comments on commit 2b0961e

Please sign in to comment.