This commit is contained in:
17
.gitea/workflows/release-images.yaml
Normal file
17
.gitea/workflows/release-images.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: release
|
||||
run-name: release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
deploy:
|
||||
name: deploy
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/podman/stable:latest
|
||||
options: --security-opt seccomp=unconfined
|
||||
image: quay.io/podman/stable:latest
|
||||
steps:
|
||||
- name: Build images with podman
|
||||
run: podman --storage-driver=vfs version
|
||||
Reference in New Issue
Block a user