Skip to content

Commit

Permalink
Merge pull request #265 from dev-launchers/main
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
chungthuang authored Jul 23, 2022
2 parents cb1e702 + a8a1aee commit 567757f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ COPY ./package.json ./
COPY ./package-lock.json ./
RUN npm install
COPY . .
RUN --mount=type=secret,id=STRAPI_LICENSE npm run build
RUN --mount=type=secret,id=STRAPI_LICENSE export STRAPI_LICENSE=$(cat /run/secrets/STRAPI_LICENSE) && npm run build
CMD ["npm", "run", "start"]
2 changes: 1 addition & 1 deletion production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ bases:
images:
- name: devlaunchers/cms-api
newName: devlaunchers/cms-api
newTag: 1.9.1 # {"$imagepolicy": "strapi:strapi:tag"}
newTag: 2.0.0 # {"$imagepolicy": "strapi:strapi:tag"}
2 changes: 1 addition & 1 deletion staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ bases:
images:
- name: devlaunchers/cms-api
newName: devlaunchers/cms-api
newTag: a4e02f7-202207192155 # {"$imagepolicy": "strapi-staging:strapi:tag"}
newTag: 44597ac-202207232124 # {"$imagepolicy": "strapi-staging:strapi:tag"}

0 comments on commit 567757f

Please sign in to comment.