changed runner container
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m39s
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m39s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user