Skip to content

Commit

Permalink
try to use public page
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jun 16, 2024
1 parent c4c7fc6 commit 0a9e977
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
with:
push: true
tags: ghcr.io/opendonationassistant/oda-widget-page:${{ github.RUN_NUMBER }}
build-args: gpr_token=${{ secrets.GPR_TOKEN }}

- name: Deploying new version
uses: appleboy/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:latest AS build
WORKDIR /build
ARG gpr_token

COPY package.json package.json
COPY package-lock.json package-lock.json
Expand All @@ -10,7 +9,6 @@ COPY .env.production .env.production
COPY public/ public
COPY src/ src

RUN echo "//npm.pkg.github.com/:_authToken=${gpr_token}" > ~/.npmrc && cat ~/.npmrc
RUN npm ci --legacy-peer-deps
RUN npm run build

Expand Down

0 comments on commit 0a9e977

Please sign in to comment.