Compare commits
2 commits
2771288401
...
51638c66e6
Author | SHA1 | Date | |
---|---|---|---|
51638c66e6 | |||
8ab0139cb7 |
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ pipeline:
|
|||
- npm install
|
||||
- npm run build:ssr
|
||||
docker:
|
||||
image: plugins/docker
|
||||
image: techknowlogick/drone-docker
|
||||
secrets:
|
||||
- DOCKER_USERNAME
|
||||
- DOCKER_PASSWORD
|
||||
|
@ -17,7 +17,7 @@ pipeline:
|
|||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
image: techknowlogick/drone-docker
|
||||
secrets:
|
||||
- source: CR_USERNAME
|
||||
target: DOCKER_USERNAME
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.14.2
|
||||
FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
|
||||
|
||||
RUN apk --no-cache add nodejs="14.18.1-r0"
|
||||
|
||||
|
|
Reference in a new issue