This commit is contained in:
parent
e163e23b32
commit
00453fe923
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,12 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: docker-cli
|
||||
runs-on: docker
|
||||
services:
|
||||
docker:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
options: --privileged
|
||||
steps:
|
||||
- run: apt-get update && apt-get install -y nodejs
|
||||
- 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}}'
|
Loading…
Add table
Add a link
Reference in a new issue