nano-rust/.gitea/workflows/release-images.yaml

16 lines
361 B
YAML
Raw Normal View History

2023-12-02 16:31:03 +00:00
name: release
run-name: release
on:
push:
branches:
- master
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
image: quay.io/podman/stable:latest
steps:
- uses: https://github.com/actions/checkout.git@v4
- name: Build images with podman
run: apt-get update && apt-get install -y podman --storage-driver=vfs version