mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
inline-step
This commit is contained in:
parent
f377a47ca2
commit
8472a26944
1 changed files with 5 additions and 4 deletions
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
|
|
@ -2,10 +2,6 @@ name: Deploy Desktop Environment
|
|||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/build.yml
|
||||
permissions:
|
||||
packages: write
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -16,6 +12,11 @@ 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
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
- name: Start headless desktop environment
|
||||
run: ./docker/scripts/headless.sh
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue