From a17cc9e05957a91e69d9a9d4e4c29710ad65869d Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 15 Jun 2025 21:04:59 +0100 Subject: [PATCH] Check speed of builds without committing layers --- .forgejo/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index aa88215..9755c38 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: registry: cremin.dev username: ${{ vars.FORGEJO_REGISTRY_USER }} password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }} - logout: false + auth_file_path: /run/user/1001/containers/auth.json - name: Check out repository uses: https://cremin.dev/actions/checkout@v4 - name: Get commit message @@ -46,7 +46,6 @@ jobs: containerfiles: ./workstation/Containerfile context: ./workstation oci: true - layers: true image: cremin.dev/jonathan/ublue-silverblue-main tags: 42 latest 42-${{ env.NOW }} - name: Push image @@ -71,7 +70,7 @@ jobs: registry: cremin.dev username: ${{ vars.FORGEJO_REGISTRY_USER }} password: ${{ secrets.FORGEJO_REGISTRY_TOKEN }} - logout: false + auth_file_path: /run/user/1001/containers/auth.json - name: Check out repository uses: https://cremin.dev/actions/checkout@v4 - name: Get commit message