This commit is contained in:
parent
1ad7d1c696
commit
0156655403
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: apt-get install podman
|
- run: apt-get update && apt-get install podman
|
||||||
- run: podman build . -t quay.io/aspr/phlexite:latest
|
- 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 push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'
|
Loading…
Add table
Add a link
Reference in a new issue