Update docker-guacamole-server.yml

This commit is contained in:
dushixiang 2022-11-22 21:05:12 +08:00 committed by GitHub
parent 528c9dff75
commit e436db46e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ jobs:
wget -O /tmp/master.zip https://github.com/apache/guacamole-server/archive/refs/heads/master.zip
unzip /tmp/master.zip -d /tmp
mv /tmp/guacamole-server-master/* .
old="Guacamole RDP"
new="RDP"
sed -i "s/${old}/${new}/" `grep -rn "${old}" *`
- name: Docker Login
uses: docker/login-action@v1.10.0