fix ssh clipboard paste behavior #50
docker.yml
on: push
Push ArchLinux Docker image to Docker Hub
3m 14s
Push Ubuntu Docker image to Docker Hub
3m 22s
Annotations
2 errors
|
Push ArchLinux Docker image to Docker Hub
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c cd /home/${USER_NAME}/.dotfiles && pacman -Syy && sudo -u abao mise trust . && sudo -u abao mise run install-yay && sudo -u abao mise run ${RECIPE} && sudo -u abao zsh --interactive -c \"echo Installing...\" && pacman -Scc --noconfirm && sed -i '/^%wheel ALL=(ALL:ALL) NOPASSWD: ALL$/s/^/# /' /etc/sudoers && sed -i '/^# %wheel ALL=(ALL:ALL) ALL$/s/^# //' /etc/sudoers && echo \"${USER_NAME}:${USER_PASSWORD}\" |chpasswd && rm -rf /var/cache/pacman/pkg/* /var/lib/pacman/sync/* /tmp/* /var/tmp/* /home/${USER_NAME}/.cache" did not complete successfully: exit code: 127
|
|
Push Ubuntu Docker image to Docker Hub
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c cd /home/${USER_NAME}/.dotfiles && sudo -u abao mise trust . && sudo -u abao mise run init-ubuntu && sudo -u abao mise run ${RECIPE} && sudo -u abao zsh --interactive -c \"echo Installing...\" && sed -i '$d' /etc/sudoers && sed -i '/^%wheel ALL=(ALL:ALL) NOPASSWD: ALL$/s/^/# /' /etc/sudoers && sed -i '/^# %wheel ALL=(ALL:ALL) ALL$/s/^# //' /etc/sudoers && echo \"${USER_NAME}:${USER_PASSWORD}\" |chpasswd && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /home/${USER_NAME}/.cache" did not complete successfully: exit code: 127
|