mirror of
https://codeberg.org/ashley/poke
synced 2026-05-01 17:27:58 +00:00
Test NPM and Docker login
This commit is contained in:
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: Build and Push Docker Image
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build
|
||||||
|
environment:
|
||||||
|
QUAY_USERNAME:
|
||||||
|
from_secret: QUAY_USERNAME
|
||||||
|
QUAY_PASSWORD:
|
||||||
|
from_secret: QUAY_PASSWORD
|
||||||
|
commands:
|
||||||
|
- npm i
|
||||||
|
- docker login -u $QUAY_USERNAME -p $QUAY_PASSWORD
|
||||||
Reference in New Issue
Block a user