mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
18 lines
313 B
YAML
18 lines
313 B
YAML
|
name: Docker Smoke Test
|
||
|
on:
|
||
|
workflow_dispatch:
|
||
|
push:
|
||
|
permissions:
|
||
|
contents: read
|
||
|
|
||
|
concurrency:
|
||
|
group: e2e-docker-pkgs-${{ github.ref }}-6.x
|
||
|
cancel-in-progress: true
|
||
|
|
||
|
jobs:
|
||
|
smoke:
|
||
|
uses: verdaccio/verdaccio/.github/workflows/x-smok-test-docker.yml@master
|
||
|
with:
|
||
|
docker_tag: '6.x-next'
|
||
|
|