mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
separate-build
This commit is contained in:
parent
bd75e6095c
commit
e05a2761c5
1 changed files with 7 additions and 2 deletions
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
|
|
@ -2,7 +2,12 @@ name: Deploy Desktop Environment
|
|||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/build.yml
|
||||
permissions:
|
||||
packages: write
|
||||
deploy:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
|
@ -12,8 +17,8 @@ jobs:
|
|||
- name: Sanitise repository owner
|
||||
run: echo REPOSITORY_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
|
||||
|
||||
- name: Build desktop environment container
|
||||
uses: ./.github/workflows/build.yml
|
||||
# - name: Build desktop environment container
|
||||
# uses: ./.github/workflows/build.yml
|
||||
|
||||
- name: Start headless desktop environment
|
||||
run: ./docker/scripts/headless.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue