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