Finalize initial implementation
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 10s

This commit is contained in:
2025-10-04 18:15:11 -05:00
parent 148f0743c4
commit dd11f0a224
3 changed files with 22 additions and 6 deletions

View File

@@ -15,11 +15,25 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
# - beta
# - nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo build --release --target=x86_64-unknown-linux-musl
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: gitea.loadingm.xyz
username: "the10thwiz"
password: ${{ secrets.PACKAGE_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
file: 'Dockerfile'
tags: gitea.loadingm.xyz/the10thwiz/gpodder:latest