mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
14 lines
303 B
YAML
14 lines
303 B
YAML
|
on:
|
||
|
workflow_call:
|
||
|
|
||
|
jobs:
|
||
|
testDocker:
|
||
|
name: Test Docker Build
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
||
|
- name: Build
|
||
|
run: docker build .
|
||
|
env:
|
||
|
VERDACCIO_BUILD_REGISTRY: https://registry.npmjs.org
|