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:
Neil
2023-09-13 16:01:33 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: