Skip to content

Commit

Permalink
test: rewrite stable docker image build 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Markson Hon committed Nov 12, 2023
1 parent 5fd3cb7 commit dd0bdbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ jobs:
- name: Download Web Files
uses: actions/download-artifact@v3
with:
name: Web.zip
path: Web
name: web
path: web
- name: Set up QEMU
uses: docker/[email protected]
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion install/docker/Dockerfile.GUI.Action
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:stable-alpine
WORKDIR /build
COPY ./Web /usr/share/nginx/html
COPY ./web /usr/share/nginx/html
EXPOSE 80

0 comments on commit dd0bdbd

Please sign in to comment.