changed container
Some checks failed
Cargo Build & Test / Push to container registry (push) Has been cancelled
Some checks failed
Cargo Build & Test / Push to container registry (push) Has been cancelled
This commit is contained in:
@@ -10,14 +10,14 @@ env:
|
||||
jobs:
|
||||
push:
|
||||
name: Push to container registry
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: catthehacker/ubuntu:act-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
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.xeovalyte.dev
|
||||
username: ${{ gitea.actor }}
|
||||
|
Reference in New Issue
Block a user