Compare commits

..

No commits in common. "51638c66e63cacadbf0561c2d38578fd342a0fb5" and "277128840134f322eb3c10efc9a90229e6387090" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ pipeline:
- npm install - npm install
- npm run build:ssr - npm run build:ssr
docker: docker:
image: techknowlogick/drone-docker image: plugins/docker
secrets: secrets:
- DOCKER_USERNAME - DOCKER_USERNAME
- DOCKER_PASSWORD - DOCKER_PASSWORD
@ -17,7 +17,7 @@ pipeline:
event: event:
- push - push
cr: cr:
image: techknowlogick/drone-docker image: plugins/docker
secrets: secrets:
- source: CR_USERNAME - source: CR_USERNAME
target: DOCKER_USERNAME target: DOCKER_USERNAME

View file

@ -1,4 +1,4 @@
FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a FROM alpine:3.14.2
RUN apk --no-cache add nodejs="14.18.1-r0" RUN apk --no-cache add nodejs="14.18.1-r0"