Skip to content

Commit

Permalink
提升版本至1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Nov 28, 2022
1 parent dd41efc commit 7e2e410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-guacamole-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ 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}/" src/protocols/rdp/settings.c
- name: Docker Login
uses: docker/[email protected]
Expand All @@ -37,6 +34,6 @@ jobs:
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/guacamole-server:latest
${{ secrets.DOCKERHUB_USERNAME }}/guacamole-server:1.3.0
${{ secrets.DOCKERHUB_USERNAME }}/guacamole-server:1.4.0
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/guacamole-server:cache
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/guacamole-server:cache,mode=max
2 changes: 1 addition & 1 deletion server/branding/branding.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ var Banner = ` ___ ___
\/|::/ / /:/\/__/
|:/ / \/__/
\/__/ `
var Version = `v1.3.4`
var Version = `v1.3.5`
var Hi = Banner + Version
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-terminal",
"version": "1.3.4",
"version": "1.3.5",
"private": true,
"dependencies": {
"@ant-design/charts": "^1.4.2",
Expand Down

0 comments on commit 7e2e410

Please sign in to comment.