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 ce3204c commit 60484aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ 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/*
- name: Log in to the Container registry
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 60484aa

Please sign in to comment.