Add registry.lunarfront.tech: DNS-only subdomain with Let's Encrypt cert, no CF upload limit

This commit is contained in:
Ryan Moon
2026-03-31 19:14:03 -05:00
parent c280fb8cbe
commit 1ce49a7ed3
7 changed files with 96 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ on:
jobs:
ansible:
runs-on: ubuntu-latest
container: git.lunarfront.tech/ryan/ci-runner:latest
container: registry.lunarfront.tech/ryan/ci-runner:latest
defaults:
run:
working-directory: ansible

View File

@@ -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

View File

@@ -20,7 +20,7 @@ on:
jobs:
terraform:
runs-on: ubuntu-latest
container: git.lunarfront.tech/ryan/ci-runner:latest
container: registry.lunarfront.tech/ryan/ci-runner:latest
defaults:
run:
working-directory: terraform