bumpi
This commit is contained in:
parent
43a2d24af9
commit
d468d5a6e3
4 changed files with 44 additions and 161 deletions
|
@ -1,18 +0,0 @@
|
|||
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: podman build -t franky -f podman/Containerfile .
|
Loading…
Add table
Add a link
Reference in a new issue