Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 01:24:13 +02:00
parent 257a9217a3
commit 54f6d04676
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -8,6 +8,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: install rust
run: apt update
run: apt install cargo -y
- run: cargo build --release
- name: Build and push
uses: docker/build-push-action@v4