Update .forgejo/workflows/publish.yml
Some checks failed
/ publish (push) Failing after 38s

This commit is contained in:
Aleks Rutins 2025-06-10 21:23:51 +00:00
parent 0156655403
commit 146a6a5393

View file

@ -5,6 +5,6 @@ jobs:
runs-on: docker
steps:
- uses: actions/checkout@v4
- run: apt-get update && apt-get install podman
- run: apt-get update && apt-get install -y podman
- run: podman build . -t quay.io/aspr/phlexite:latest
- run: podman push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'