Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/whoami-action


https://github.com/kamataryo/whoami-action

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# GitHub Actions `@kamataryo/whoami-action`

My first GitHub Actions sandbox.

## Prerequisite

- install Docker
- `docker login` to your registry, with DockerHub as default

## build base image

```shell
# build your image
$ docker build --tag docker.io//whoami:latest .
# run your image
$ docker run -it docker.io//whoami:latest
# push your image
$ docker push docker.io//whoami:latest
# (optionnal) check hub.docker.com
$ open https://hub.docker.com/repository/docker//whoami
```