This commit is contained in:
parent
d4896dfdbf
commit
e9dbea995b
3 changed files with 52 additions and 1 deletions
18
.forgejo/workflows/test.yaml
Normal file
18
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: Build
|
||||
run-name: ${{ gitea.actor }} Builder
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
hello_world_job:
|
||||
runs-on: docker
|
||||
name: A job to say hello
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: ls
|
||||
run: ls -lisa
|
||||
- name: Hello world action step
|
||||
id: build-container
|
||||
run: docker build -t franky -f podman/Containerfile .
|
Loading…
Add table
Add a link
Reference in a new issue