mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
chore: update docker release script
This commit is contained in:
parent
8cc6393d86
commit
ece56ee9d2
2 changed files with 8 additions and 7 deletions
13
.github/workflows/docker-publish.yml
vendored
13
.github/workflows/docker-publish.yml
vendored
|
@ -13,8 +13,8 @@ on:
|
||||||
- 'yarn.lock'
|
- 'yarn.lock'
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
tags:
|
# tags:
|
||||||
- 'v*'
|
# - 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
@ -37,10 +37,11 @@ jobs:
|
||||||
images: ${{ github.repository }}
|
images: ${{ github.repository }}
|
||||||
tag-custom: 5.x-next
|
tag-custom: 5.x-next
|
||||||
tag-custom-only: ${{ github.ref == 'refs/heads/master' }}
|
tag-custom-only: ${{ github.ref == 'refs/heads/master' }}
|
||||||
tag-semver: |
|
# disabled while is on alpha
|
||||||
{{version}}
|
# tag-semver: |
|
||||||
{{major}}
|
# {{version}}
|
||||||
{{major}}.{{minor}}
|
# {{major}}
|
||||||
|
# {{major}}.{{minor}}
|
||||||
- name: Build & Push
|
- name: Build & Push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -148,7 +148,7 @@ docker pull verdaccio/verdaccio
|
||||||
Available as [tags](https://hub.docker.com/r/verdaccio/verdaccio/tags/).
|
Available as [tags](https://hub.docker.com/r/verdaccio/verdaccio/tags/).
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull verdaccio/verdaccio:5
|
docker pull verdaccio/verdaccio:5.x-next
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running verdaccio using Docker
|
### Running verdaccio using Docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue