File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 43
43
platforms : linux/amd64,linux/arm64
44
44
push : true
45
45
tags : jumpserver/web-static:${{ env.IMAGE_TAG }}
46
- file : Dockerfile
46
+ file : Dockerfile-static
47
47
48
48
- name : Get current branch name
49
49
id : get_branch
56
56
57
57
- name : Update docker-web dependencies applets
58
58
run : |
59
- git checkout -b ${{ env.current_branch }}
60
59
sed -E -i 's|jumpserver/web-static:\w+ |jumpserver/web-static:${{ env.IMAGE_TAG }} |' Dockerfile-ee
61
60
sed -E -i 's|jumpserver/web-static:\w+ |jumpserver/web-static:${{ env.IMAGE_TAG }} |' Dockerfile
62
61
git add Dockerfile-ee Dockerfile
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ cd ${DOWNLOAD_DIR}/public || exit 1
32
32
wget ${DOWNLOAD_URL} /public/Microsoft_Remote_Desktop_${MRD_VERSION} _installer.pkg
33
33
wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION} /JumpServer.Video.Player-${VIDEO_PLAYER_VERSION} .dmg
34
34
wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION} /JumpServer.Video.Player.Setup.${VIDEO_PLAYER_VERSION} .exe
35
-
36
35
wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION} p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION} .msi
37
36
38
37
clients=(" win-${CLIENT_VERSION} -x64.exe" " mac-${CLIENT_VERSION} -x64.dmg" " mac-${CLIENT_VERSION} -arm64.dmg"
You can’t perform that action at this time.
0 commit comments