mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Update docker nightly builds (#4526)
main is now the contents of the dev branch, the old nightly-main points to the last release for now.
This commit is contained in:
2
.github/workflows/nightly.yaml
vendored
2
.github/workflows/nightly.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: src/github.com/nats-io/nats-server
|
||||
ref: ${{ inputs.target || 'dev' }}
|
||||
ref: ${{ inputs.target || 'main' }}
|
||||
|
||||
- uses: ./src/github.com/nats-io/nats-server/.github/actions/nightly-release
|
||||
with:
|
||||
|
||||
2
.github/workflows/rc_nightly.yaml
vendored
2
.github/workflows/rc_nightly.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: src/github.com/nats-io/nats-server
|
||||
ref: ${{ inputs.target || 'main' }}
|
||||
ref: ${{ inputs.target || 'v2.9.22' }}
|
||||
|
||||
- uses: ./src/github.com/nats-io/nats-server/.github/actions/nightly-release
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user