girls
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2024-02-02 14:53:37 -06:00
commit 7166335d49
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 21 additions and 0 deletions

14
.drone.yml Normal file
View file

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: girls
image: plugins/docker
pull: always
settings:
repo: askiiart/girls
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM alpine:latest
CMD ["sh", "-c", "while true; do echo -n 'girls'; done"]

5
README.md Normal file
View file

@ -0,0 +1,5 @@
so you can pull girls
```txt
registry.askiiart.net/askiiart/girls
```