Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Jan 8, 2024
1 parent 60484aa commit 340ef8c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout UI repository
uses: actions/checkout@v3
with:
repository: qxip/webshark-ui
path: webshark-ui

- name: Overwrite UI
run: |
rm -rf web/*
cp -r webshark-ui/dist/webshark/* web/*
ls -alF
rm -rf ./web/*
curl -fsSL github.com/qxip/webshark-ui/releases/latest/download/latest.zip -O
unzip latest.zip -d ./web
- name: Log in to the Container registry
uses: docker/[email protected]
Expand Down

0 comments on commit 340ef8c

Please sign in to comment.