Compare commits
No commits in common. "3adb125d74436abd59cbc5873fb2edf587346466" and "741d010fc1920324eabe9ed19a1061be05eabbcc" have entirely different histories.
3adb125d74
...
741d010fc1
42
.drone.yml
42
.drone.yml
@ -1,42 +0,0 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
branch:
|
||||
include:
|
||||
- main
|
||||
cron:
|
||||
include:
|
||||
- daily
|
||||
steps:
|
||||
- name: build-lts
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_key
|
||||
repo: astrogd/pnpm
|
||||
tags:
|
||||
- lts-alpine
|
||||
- lts
|
||||
- name: build-latest
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: registry_username
|
||||
password:
|
||||
from_secret: registry_key
|
||||
repo: astrogd/pnpm
|
||||
tags:
|
||||
- latest-alpine
|
||||
- latest
|
||||
---
|
||||
kind: signature
|
||||
hmac: 49ace2dd657133770bc210f9493233f83ca27d088dd94a4e54b29432d4188944
|
||||
|
||||
...
|
@ -1,4 +0,0 @@
|
||||
FROM node:alpine as BASE
|
||||
ENV PNPM_HOME="./.pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN npm i -g pnpm@latest
|
@ -1,4 +0,0 @@
|
||||
FROM node:lts-alpine as BASE
|
||||
ENV PNPM_HOME="./.pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN npm i -g pnpm@latest
|
Loading…
Reference in New Issue
Block a user