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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 5.x
|
||||
paths:
|
||||
- .github/workflows/docker-publish.yml
|
||||
- 'packages/**'
|
||||
- 'docker-bin/**'
|
||||
- 'package.json'
|
||||
- 'lerna.json'
|
||||
- 'pnpm-*.yaml'
|
||||
|
||||
jobs:
|
||||
testDocker:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Publish to registry
|
||||
- name: Publish to GitHub Registry
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
name: docker.pkg.github.com/verdaccio/verdaccio/verdaccio
|
Loading…
Reference in a new issue