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