This commit is contained in:
16
.gitea/workflows/release-images.yaml
Normal file
16
.gitea/workflows/release-images.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: release
|
||||
run-name: release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
deploy:
|
||||
name: deploy
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/podman/stable:latest
|
||||
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