nano-rust/.gitea/workflows/release-images.yaml
Ondrej Vlach 410f24a853
Some checks failed
release / deploy (push) Failing after 4s
initial commit
2023-12-02 18:09:46 +01:00

18 lines
395 B
YAML

name: release
run-name: release
on:
push:
branches:
- master
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout.git@v4
- name: Build images with podman
run: podman --storage-driver=vfs version
container:
image: quay.io/podman/stable:latest
options: --security-opt seccomp=unconfined