changed container
Some checks failed
Cargo Build & Test / Push to container registry (push) Has been cancelled

This commit is contained in:
2025-07-18 10:33:49 +02:00
parent 91c4026baa
commit 5887e083d9

View File

@@ -10,14 +10,14 @@ env:
jobs: jobs:
push: push:
name: Push to container registry name: Push to container registry
runs-on: ubuntu-latest runs-on: catthehacker/ubuntu:act-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
- run: rustup update stable && rustup default stable - run: rustup update stable && rustup default stable
- name: Login in to the container registry - name: Login in to the container registry
uses: docker/login-action uses: docker/login-action@v3
with: with:
registry: gitea.xeovalyte.dev registry: gitea.xeovalyte.dev
username: ${{ gitea.actor }} username: ${{ gitea.actor }}