Add registry.lunarfront.tech: DNS-only subdomain with Let's Encrypt cert, no CF upload limit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user