mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: disable latest for 4.x
This commit is contained in:
parent
0a1c5744b8
commit
e54a8871ea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
images: ${{ github.repository }}
|
||||
tag-custom: 4.x-next
|
||||
tag-custom-only: ${{ github.ref == 'refs/heads/4.x' }}
|
||||
tag-latest: false
|
||||
tag-semver: |
|
||||
{{version}}
|
||||
{{major}}
|
||||
|
|
Loading…
Reference in a new issue