Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 01:14:34 +02:00
parent f82c921632
commit c9fa0f2480
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -0,0 +1,19 @@
name: Build
run-name: Im about to BUILLLLDDDDDDD
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- run: cargo build --release
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./target/release/rsa
platforms: |
linux/amd64
push: true