mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
registry
This commit is contained in:
parent
f70122f317
commit
2e4d553679
3 changed files with 3 additions and 5 deletions
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
|
|
@ -12,6 +12,6 @@ jobs:
|
|||
- name: Publish to Registry
|
||||
uses: HurricanKai/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
name: myDocker/repository
|
||||
name: ${{ secrets.DESKTOP_ENVIRONMENT_REGISTRY }}/desktop-environment
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
|
|||
|
|
@ -6,14 +6,12 @@ My [daily driver](https://cloud.docker.com/repository/docker/sabrehagen/desktop-
|
|||
|
||||
## Getting Started
|
||||
|
||||
As `root`:
|
||||
|
||||
```sh
|
||||
# Clone desktop environment
|
||||
git clone https://github.com/sabrehagen/desktop-environment
|
||||
|
||||
# Start desktop environment
|
||||
desktop-environment/host/bootstrap.sh
|
||||
./desktop-environment/docker/scripts/recycle.sh
|
||||
```
|
||||
|
||||
## Forking
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ RUN add-apt-repository ppa:kgilmer/speed-ricer && \
|
|||
apt-get install -qq i3blocks i3-gaps i3lock-fancy && \
|
||||
sed -i 's/TEXT=".*"/TEXT=""/' /usr/bin/i3lock-fancy && \
|
||||
wget -qnv -O /usr/share/i3lock-fancy/lock.png http://png-pixel.com/1x1-00000000.png && \
|
||||
pip3 install --force --user i3-resurrect i3-workspace-names-daemon
|
||||
pip3 install --user i3-resurrect i3-workspace-names-daemon
|
||||
|
||||
# Install jobber
|
||||
RUN wget -O jobber.deb -qnv https://github.com/dshearer/jobber/releases/download/v1.4.0/jobber_1.4.0-1_amd64.deb && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue