mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-29 05:00:35 +10:00
action
This commit is contained in:
parent
205b16afb4
commit
a741ff4112
1 changed files with 17 additions and 0 deletions
17
.github/workflows/blank.yml
vendored
Normal file
17
.github/workflows/blank.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: Publish Desktop Environment
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build Environment
|
||||
env:
|
||||
DESKTOP_ENVIRONMENT_USER: ${{ secrets.DESKTOP_ENVIRONMENT_USER }}
|
||||
run: docker/scripts/build.sh
|
||||
- uses: actions/checkout@master
|
||||
- name: Publish to Registry
|
||||
uses: HurricanKai/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
name: myDocker/repository
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
Loading…
Add table
Reference in a new issue