1
0

copy files over to example repo

This commit is contained in:
2022-09-18 18:47:53 -07:00
commit f124c47d34
5 changed files with 115 additions and 0 deletions

3
docker-setup Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker login --username "${DOCKER_USER}" --password "${DOCKER_PASS}" "${DOCKER_REGISTRY}"