changed runner container
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m39s

This commit is contained in:
2025-07-18 10:59:25 +02:00
parent d94b67e689
commit e60f11e9a8

View File

@@ -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