Add .forgejo/workflows/publish.yml
Some checks failed
/ publish (push) Failing after 39s

This commit is contained in:
Aleks Rutins 2025-06-10 21:22:37 +00:00
parent 7310edf88a
commit 1ad7d1c696

View file

@ -0,0 +1,10 @@
on: [push]
jobs:
publish:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: apt-get install podman
- run: podman build . -t quay.io/aspr/phlexite:latest
- run: podman push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'