You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate docker image hosting from docker.pkg.github.com to ghcr.io
docker.pkg.github.com is deprecated; also fixes the semver tag missing
its v-prefix so it matches the tag action.yml actually pulls via
github.action_ref, and updates the README's stale :main pull example.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ updates:
124
124
#### Docker
125
125
126
126
1. Make an [env file](https://www.digitalocean.com/community/tutorials/how-to-read-and-set-environmental-and-shell-variables-on-linux) with the [below table](#Setup-environment-variables)
127
-
1. `docker run --env-file .env docker.pkg.github.com/appvia/githubusermanager/githubusermanager:main`
127
+
1. `docker run --env-file .env ghcr.io/appvia/githubusermanager:latest`
0 commit comments