Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckam99/github-registry-example
https://github.com/ckam99/github-registry-example
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ckam99/github-registry-example
- Owner: ckam99
- Created: 2022-12-03T14:02:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T16:28:57.000Z (almost 2 years ago)
- Last Synced: 2023-12-12T20:48:01.328Z (11 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Action example
```bash
docker build -t github-registry-example .
``````bash
echo | docker login ghcr.io -u --password-stdin
docker tag github-registry-example ghcr.io/ckam225/github-registry-example:latest
docker push ghcr.io/ckam225/github-registry-example
```