Skip to content

Commit

Permalink
fix infinate redirect in muffet link checker for docker org (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip authored Nov 13, 2024
1 parent 4276c14 commit d74052e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Docker images for CHT projects can be published to the [medicmobile](https://hub

First, create a repository for your new image on Docker Hub.

1. Use the admin Docker account to [create a new repository](https://hub.docker.com/orgs/medicmobile/repositories) in the `medicmobile` organization.
1. Use the admin Docker account to [create a new repository](https://hub.docker.com/u/medicmobile) in the `medicmobile` organization.
2. For your new repository, update the permissions to give the `developers` team the ability to `Read & Write`. This will allow the GitHub action to push to the repository.

## Add GitHub Action Workflow configuration
Expand Down

0 comments on commit d74052e

Please sign in to comment.