Use Mischlabs container registry
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 13s

This commit is contained in:
Tom Misch
2026-05-11 10:43:49 +02:00
parent 55f201da40
commit e2c83f5fe4
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ on:
branches: [master]
env:
REGISTRY: ghcr.io
REGISTRY: git.mischlabs.de
jobs:
build-and-push:
@@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to GitHub Container Registry
- name: Log in to package registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}