Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chores] Publish images to Docker Hub and README update #244 #245

Merged
merged 4 commits into from
Jul 7, 2022

Conversation

pandafy
Copy link
Member

@pandafy pandafy commented Jul 1, 2022

Closes #244

README.md Show resolved Hide resolved
@pandafy pandafy force-pushed the issues/244-container-registry branch from bf8ec5c to 21a7e19 Compare July 4, 2022 11:57
@pandafy pandafy changed the base branch from master to fix-nginx-image July 4, 2022 11:59
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@@ -32,7 +24,28 @@ jobs:
run: |
echo "127.0.0.1 dashboard.openwisp.org api.openwisp.org" | sudo tee -a /etc/hosts

- name: Build & Publish
run: make publish TAG=edge || (docker-compose logs && exit 1)
# echo "$DOCKER_HUB_TOKEN" | docker login --username "$DOCKER_HUB_USER" --password-stdin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep this line here or can we remove it?

Copy link
Member Author

@pandafy pandafy Jul 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shows the command line equivalent of the below action.

I think we should keep it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# echo "$DOCKER_HUB_TOKEN" | docker login --username "$DOCKER_HUB_USER" --password-stdin
# the following action is equivalent to:
# echo "$DOCKER_HUB_TOKEN" | docker login --username "$DOCKER_HUB_USER" --password-stdin

Let's make it explicit, what do you think?

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@@ -32,7 +24,28 @@ jobs:
run: |
echo "127.0.0.1 dashboard.openwisp.org api.openwisp.org" | sudo tee -a /etc/hosts

- name: Build & Publish
run: make publish TAG=edge || (docker-compose logs && exit 1)
# echo "$DOCKER_HUB_TOKEN" | docker login --username "$DOCKER_HUB_USER" --password-stdin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# echo "$DOCKER_HUB_TOKEN" | docker login --username "$DOCKER_HUB_USER" --password-stdin
# the following action is equivalent to:
# echo "$DOCKER_HUB_TOKEN" | docker login --username "$DOCKER_HUB_USER" --password-stdin

Let's make it explicit, what do you think?

@nemesifier nemesifier merged commit f722a5a into fix-nginx-image Jul 7, 2022
@nemesifier nemesifier deleted the issues/244-container-registry branch July 7, 2022 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
2 participants