mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
chore: update docker publish next
This commit is contained in:
parent
8f578f88f5
commit
e6c5aaaa06
2 changed files with 1 additions and 4 deletions
3
.github/workflows/changesets.yml
vendored
3
.github/workflows/changesets.yml
vendored
|
@ -7,9 +7,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 6.x
|
||||
pull_request:
|
||||
branches:
|
||||
- 6.x
|
||||
|
||||
env:
|
||||
CI: true
|
||||
|
|
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ github.repository }}
|
||||
tag-custom: 6.x-next
|
||||
tag-custom-only: ${{ github.ref == 'refs/heads/5.x' }}
|
||||
tag-custom-only: ${{ github.ref == 'refs/heads/6.x' }}
|
||||
tag-semver: |
|
||||
{{version}}
|
||||
{{major}}
|
||||
|
|
Loading…
Add table
Reference in a new issue