mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
ci(github): migrate docker-publish-pre-check from old syntax (#1493)
This commit is contained in:
parent
ef25af5f5d
commit
fe7ad21fa5
1 changed files with 24 additions and 0 deletions
24
.github/workflows/docker-publish-pre-check.yml
vendored
Normal file
24
.github/workflows/docker-publish-pre-check.yml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
name: Docker & Publish Pre-check
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
testDocker:
|
||||||
|
name: Test Docker Build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Build
|
||||||
|
run: docker build .
|
||||||
|
env:
|
||||||
|
VERDACCIO_BUILD_REGISTRY: https://registry.verdaccio.org
|
||||||
|
|
||||||
|
testVerdaccio:
|
||||||
|
name: Test Verdaccio Publish
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Publish
|
||||||
|
uses: verdaccio/github-actions/publish@v0.1.0
|
||||||
|
with:
|
||||||
|
args: -d
|
Loading…
Add table
Reference in a new issue