diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 47ad9a3..0f2dd09 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,19 +13,18 @@ jobs: runs-on: ubuntu-latest container: - image: catthehacker/ubuntu:act-latest + image: catthehacker/ubuntu:rust-latest steps: - uses: actions/checkout@v4 - - uses: actions-rust-lang/setup-rust-toolchain@v1 - run: rustup update stable && rustup default stable - name: Login in to the container registry uses: docker/login-action@v3 with: registry: gitea.xeovalyte.dev - username: ${{ gitea.actor }} - password: ${{ secrets.GITEA_TOKEN }} + username: xeovalyte + password: ${{ secrets.RUNNER_TOKEN }} - name: Build an publish id: push