Skip to content

Commit

Permalink
ci: fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiweio committed Nov 29, 2024
1 parent 19d57cb commit 1d2cfbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/picseal:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/picseal:latest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PATH="$HOME/.cargo/bin:$PATH"

RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y

WORKDIR /app
WORKDIR /app/picseal

COPY public/ scripts/ src/ src-wasm/ eslint.config.js index.html package.json tsconfig.app.json tsconfig.json tsconfig.node.json vite.config.ts ./

Expand Down

0 comments on commit 1d2cfbd

Please sign in to comment.