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

This commit is contained in:
Aleks Rutins 2025-06-10 21:38:17 +00:00
parent 00453fe923
commit 534e6a19c4

View file

@ -2,12 +2,8 @@ on: [push]
jobs:
publish:
runs-on: docker
services:
docker:
image: catthehacker/ubuntu:act-latest
options: --privileged
runs-on: selfhosted
steps:
- uses: actions/checkout@v4
- run: docker buildx build . -t quay.io/aspr/phlexite:latest
- run: docker push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'
- run: podman build . -t quay.io/aspr/phlexite:latest
- run: podman push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'