Use local git checkout so compiled artifacts are available
All checks were successful
Cargo Build & Test / Rust project - latest (stable) (push) Successful in 6m21s
All checks were successful
Cargo Build & Test / Rust project - latest (stable) (push) Successful in 6m21s
This commit is contained in:
@@ -29,12 +29,10 @@ jobs:
|
|||||||
registry: gitea.loadingm.xyz
|
registry: gitea.loadingm.xyz
|
||||||
username: "the10thwiz"
|
username: "the10thwiz"
|
||||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
- run: ls .; ls ./target; ls ./target/x86_64-unknown-linux-musl; ls ./target/x86_64-unknown-linux-musl/release/
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
push: true
|
push: true
|
||||||
file: 'Dockerfile'
|
file: 'Dockerfile'
|
||||||
tags: gitea.loadingm.xyz/the10thwiz/gpodder:latest
|
tags: gitea.loadingm.xyz/the10thwiz/gpodder:latest
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
COPY ./target/x86_64-unknown-linux-musl/release/gpodder-rs /gpodder-rs
|
COPY ./target/x86_64-unknown-linux-musl/release/gpodder-rs /gpodder-rs
|
||||||
|
|||||||
Reference in New Issue
Block a user