Add registry.lunarfront.tech: DNS-only subdomain with Let's Encrypt cert, no CF upload limit
This commit is contained in:
@@ -25,13 +25,13 @@ jobs:
|
||||
apt-get install -y docker-ce-cli
|
||||
|
||||
- name: Login to Gitea registry
|
||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.lunarfront.tech -u ryan --password-stdin
|
||||
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login registry.lunarfront.tech -u ryan --password-stdin
|
||||
|
||||
- name: Build and push
|
||||
run: |
|
||||
docker build -t git.lunarfront.tech/ryan/ci-runner:latest runner/
|
||||
docker push git.lunarfront.tech/ryan/ci-runner:latest
|
||||
docker build -t registry.lunarfront.tech/ryan/ci-runner:latest runner/
|
||||
docker push registry.lunarfront.tech/ryan/ci-runner:latest
|
||||
|
||||
- name: Logout
|
||||
if: always()
|
||||
run: docker logout git.lunarfront.tech
|
||||
run: docker logout registry.lunarfront.tech
|
||||
|
||||
Reference in New Issue
Block a user