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:
|
||||
publish:
|
||||
runs-on: docker
|
||||
services:
|
||||
docker:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
options: --privileged
|
||||
runs-on: selfhosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: docker buildx build . -t quay.io/aspr/phlexite:latest
|
||||
- run: docker push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'
|
||||
- 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