Update .forgejo/workflows/publish.yml
All checks were successful
/ publish (push) Successful in 17s

This commit is contained in:
Aleks Rutins 2025-06-10 21:47:45 +00:00
parent 596464194f
commit ca12634fc4

View file

@ -6,4 +6,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: podman build . -t git.farthergate.com/asr/phlexite-docker:latest
- run: podman push git.farthergate.com/asr/phlexite-docker:latest --creds=asr:'${{secrets.FORGEJO_TOKEN}}'
- run: podman push git.farthergate.com/asr/phlexite-docker:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}'