From 1bc2f59e56e2fae7fee679708948c78cb9ae4669 Mon Sep 17 00:00:00 2001 From: Jannik Reimers Date: Fri, 25 Oct 2024 19:13:38 +0200 Subject: [PATCH] Update root.yml --- .github/workflows/root.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 7f92223..9943979 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -8,9 +8,6 @@ on: jobs: build: runs-on: ubuntu-latest - container: - volumes: - - toolcache:/opt/hostedtoolcache steps: - uses: actions/checkout@v4 @@ -37,7 +34,7 @@ jobs: uses: docker/login-action@v2 with: - registry: http://pi5.lan:8125 + registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} @@ -47,4 +44,4 @@ jobs: context: . platforms: linux/arm64 push: true - tags: pi5.lan:8125/jansel/feixiao:latest + tags: ghcr.io/notjansel/feixiao:latest