Compare commits

...

7 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: | tags: |
aleleba/vscode:latest aleleba/vscode:latest
gitea.p-lao.com/aleleba/vscode-server:latest gitea.p-lao.com/aleleba/vscode:latest
- name: Trigger workflow in Gitea - name: Trigger workflow in Gitea
if: success() if: success()

View File

@@ -76,7 +76,7 @@ fi
if [ "$HOME_USER" != "$(whoami)" ]; then if [ "$HOME_USER" != "$(whoami)" ]; then
exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh" exec sudo -u $HOME_USER bash -c "source /etc/environment; /usr/bin/entrypoint.sh"
else else
sudo chown -R ${HOME_USER} /home/${HOME_USER} sudo find "/home/${HOME_USER}" -xdev -exec chown "${HOME_USER}" {} + 2>/dev/null || true
if [ -d "/home/${HOME_USER}/.ssh" ]; then if [ -d "/home/${HOME_USER}/.ssh" ]; then
sudo chmod 755 /home/${HOME_USER}/.ssh sudo chmod 755 /home/${HOME_USER}/.ssh
sudo chmod -R 600 /home/${HOME_USER}/.ssh/* sudo chmod -R 600 /home/${HOME_USER}/.ssh/*

View File

@@ -1 +1 @@
3.2.16 3.2.23