Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ais-one committed Sep 7, 2023
1 parent a89b021 commit 98208d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: |
# cat password.txt |
# docker login --username=${CR_USERNAME} --password=${CR_PASSWORD} ${CR_HOST}
echo "starting docker builds"
ls
echo "starting docker builds 1"
echo `ls`
echo $CR_PASSWORD | docker login --username $CR_USERNAME --password-stdin $CR_HOST
docker build -t $CR_HOST/$CR_NS/$REPO_NAME:${{ github.event.inputs.tag_repo }} --target $DOCKERFILE_TARGET --build-arg ARG_NODE_ENV=$DOCKERFILE_TARGET --build-arg ARG_API_PORT=3000 . || exit 1001
docker push $CR_HOST/$CR_NS/$REPO_NAME:${{ github.event.inputs.tag_repo }}
Expand Down

0 comments on commit 98208d9

Please sign in to comment.