### Push a generic artifact file
The following procedure shows how to push a generic OCI artifact to Docker Hub.
Prerequisites:
- ORAS CLI version 0.15 or later
Steps:
1. Create your artifact file.
```console
$ touch myartifact.txt
```
2. Sign in to Docker Hub using the ORAS CLI.
```console