From 97b870ccddc307ba03bf4fc044717567c7a9dd9d Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 3 Nov 2024 23:28:00 -0500 Subject: [PATCH] ci: update runner label --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 0caca05..140ff76 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,13 +8,13 @@ env: jobs: test: - runs-on: ubuntu-latest + runs-on: runner-latest steps: - uses: actions/checkout@v4 with: github-server-url: https://forge.karnov.club - name: Build image - run: ./build.sh + run: podman build . -t container-registry:local - name: Authenticate with registry run: podman login -u srv_container-registry -p ${{ secrets.REGISTRY_TOKEN }} ${{ env.CONTAINER_ADDRESS }} - name: Push image