Skip to content

Commit

Permalink
feat: add apricot for kasmvnc
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchongbiao committed Sep 5, 2024
1 parent 9646fdc commit b8ade6b
Show file tree
Hide file tree
Showing 66 changed files with 1,606 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-webtop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
# docker buildx build --load --platform linux/amd64 -t ${{ env.owner }}/webtop:debian-gxde .
# popd
pushd webtop/deepin/dde20/kasmvnc
docker buildx build --load --platform linux/amd64 -t ${{ env.owner }}/baseimage-kasmvnc:deepinapricot .
popd
pushd webtop/deepin/dde20
docker buildx build --load --platform linux/amd64 -t ${{ env.owner }}/webtop:deepin-dde20 .
popd
Expand All @@ -44,4 +48,5 @@ jobs:
- name: Docker image push
run: |
# docker push ${{ env.owner }}/webtop:debian-gxde
docker push ${{ env.owner }}/webtop:baseimage-kasmvnc:deepinapricot
docker push ${{ env.owner }}/webtop:deepin-dde20
Loading

0 comments on commit b8ade6b

Please sign in to comment.