This commit is contained in:
parent
00453fe923
commit
534e6a19c4
1 changed files with 3 additions and 7 deletions
|
@ -2,12 +2,8 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: docker
|
runs-on: selfhosted
|
||||||
services:
|
|
||||||
docker:
|
|
||||||
image: catthehacker/ubuntu:act-latest
|
|
||||||
options: --privileged
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: docker buildx build . -t quay.io/aspr/phlexite:latest
|
- run: podman build . -t quay.io/aspr/phlexite:latest
|
||||||
- run: docker 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