Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylmendillo committed Dec 18, 2020
1 parent ade4e63 commit 781d1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REPO_TOKEN="$3"
echo "VERSION=$VERSION"
echo "DOCKER_COMPOSE=$DOCKER_COMPOSE"

# echo ${REPO_TOKEN} | docker login docker.pkg.github.com -u ${GITHUB_REF} --password-stdin
# login to github
docker login docker.pkg.github.com -u ${GITHUB_REF} -p ${REPO_TOKEN}

# build and run the docker images
Expand Down

0 comments on commit 781d1e3

Please sign in to comment.