This commit is contained in:
parent
7310edf88a
commit
1ad7d1c696
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/publish.yml
Normal file
10
.forgejo/workflows/publish.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: apt-get install podman
|
||||
- run: podman build . -t quay.io/aspr/phlexite:latest
|
||||
- run: podman push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'
|
Loading…
Add table
Add a link
Reference in a new issue