actions?
Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
parent
f82c921632
commit
c9fa0f2480
19
.gitea/workflow/build.yaml
Normal file
19
.gitea/workflow/build.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user