Skip to content

Commit

Permalink
Fix Dockerimage
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Jan 11, 2022
1 parent 7fd4ce9 commit 0b607e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
push: true
tags: |
psitrax/asksinanalyzer:${{ steps.vars.outputs.tag }}
ghcr.io/psi-4ward/asksin-analyzer-xs:${{ steps.vars.outputs.tag }}
ghcr.io/psi-4ward/asksinanalyzerxs:${{ steps.vars.outputs.tag }}
publish_release:
Expand Down
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN ls -l /tmp/src/app
RUN mkdir /data && \
chown node /data && \
apk add --no-cache udev && \
apk add --no-cache --virtual build-deps python make g++ linux-headers && \
apk add --no-cache --virtual build-deps python3 make g++ linux-headers && \
if [ -n "$DOCKER_TAG" ] ; then cd /tmp/src/app && npm version --allow-same-version $DOCKER_TAG ; fi && \
cd /tmp/src/app && npm ci && npm run tsc && \
cd /tmp/src/ui && npm ci && npm run build && \
Expand Down

0 comments on commit 0b607e1

Please sign in to comment.