Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ckam99/github-registry-example


https://github.com/ckam99/github-registry-example

Last synced: 6 days ago
JSON representation

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
```