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

This commit is contained in:
Aleks Rutins 2025-06-10 21:31:59 +00:00
parent 20df4d0670
commit e163e23b32

View file

@ -4,8 +4,7 @@ jobs:
publish:
runs-on: docker-cli
steps:
- uses: actions/setup-node@v4
- run: apt-get update && apt-get install -y nodejs
- uses: actions/checkout@v4
- run: apt-get update && apt-get install -y podman
- run: docker buildx build . -t quay.io/aspr/phlexite:latest
- run: docker push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'