File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 40
40
env :
41
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
42
run : |
43
- docker build -t ${IMAGE}:${IMAGE_TAG} .
44
43
docker login docker.pkg.github.com -u ${GITHUB_REPOSITORY} -p ${GITHUB_TOKEN}
44
+ docker build -t ${IMAGE}:${IMAGE_TAG} .
45
45
docker push ${IMAGE}:${IMAGE_TAG}
46
46
47
47
update-gh-pages :
Original file line number Diff line number Diff line change 1
- FROM navikt/pus-nginx
2
- COPY build /usr/share/nginx/html/beslutteroversikt
1
+ FROM docker.pkg.github.com/ navikt/pus-fss-frontend/pus-fss-frontend
2
+ COPY build /app
Original file line number Diff line number Diff line change 29
29
ingresses :
30
30
- https://beslutteroversikt-{{namespace}}.nais.preprod.local
31
31
- https://app-{{namespace}}.adeo.no/beslutteroversikt
32
+ envFrom :
33
+ - configmap : pto-config
Original file line number Diff line number Diff line change 29
29
ingresses :
30
30
- https://beslutteroversikt.nais.adeo.no
31
31
- https://app.adeo.no/beslutteroversikt
32
+ envFrom :
33
+ - configmap : pto-config
You can’t perform that action at this time.
0 commit comments