This commit is contained in:
parent
534e6a19c4
commit
3543f0cb91
1 changed files with 3 additions and 2 deletions
|
@ -5,5 +5,6 @@ jobs:
|
|||
runs-on: selfhosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: podman build . -t quay.io/aspr/phlexite:latest
|
||||
- run: podman push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'
|
||||
- run: podman login git.farthergate.com -u=asr -p='${{secrets.FORGEJO_TOKEN}}'
|
||||
- run: podman build . -t git.farthergate.com/asr/phlexite:latest
|
||||
- run: podman push git.farthergate.com/asr/phlexite:latest
|
Loading…
Add table
Add a link
Reference in a new issue