mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
reenable docker publish
This commit is contained in:
parent
f07a9d0c54
commit
c103a8252e
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@ name: Docker publish to GitHub registry
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- 5.x
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/docker-publish.yml
|
- .github/workflows/docker-publish.yml
|
||||||
- 'packages/**'
|
- 'packages/**'
|
||||||
- 'docker-bin/**'
|
- 'docker-bin/**'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'lerna.json'
|
- 'pnpm-*.yaml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testDocker:
|
testDocker:
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Publish to registry
|
- name: Publish to GitHub Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
with:
|
with:
|
||||||
name: docker.pkg.github.com/verdaccio/verdaccio/verdaccio
|
name: docker.pkg.github.com/verdaccio/verdaccio/verdaccio
|
Loading…
Reference in a new issue