This commit is contained in:
18
.gitea/workflows/release-images.yaml
Normal file
18
.gitea/workflows/release-images.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: release
|
||||
run-name: release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
deploy:
|
||||
name: deploy
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ovlach/podman-gitea:v0.0.1-alpha
|
||||
options: --security-opt seccomp=unconfined
|
||||
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout.git@v4
|
||||
- name: Build images with podman
|
||||
run: podman --storage-driver=vfs version
|
||||
Reference in New Issue
Block a user