🏗️ Feature: Forgejo Actions Third Draft
This commit is contained in:
parent
b40db3c723
commit
b0f689414a
1 changed files with 0 additions and 7 deletions
|
@ -21,16 +21,9 @@ jobs:
|
||||||
- name: Building..
|
- name: Building..
|
||||||
run: |
|
run: |
|
||||||
go build
|
go build
|
||||||
Test:
|
|
||||||
runs-on: website
|
|
||||||
steps:
|
|
||||||
- name: Testing..
|
- name: Testing..
|
||||||
run: |
|
run: |
|
||||||
echo "No Testing to do currently.."
|
echo "No Testing to do currently.."
|
||||||
|
|
||||||
Create-Image:
|
|
||||||
runs-on: website
|
|
||||||
steps:
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
podman build -t notatio .
|
podman build -t notatio .
|
||||||
|
|
Loading…
Reference in a new issue