Skip to content

Commit

Permalink
[build] Default image namespace for Nightly build on schedule trigger
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
VietND96 committed Jan 11, 2024
1 parent 503f55d commit 408d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "PRERELEASE=true" >> $GITHUB_ENV
echo "NAME=${NAMESPACE}" >> $GITHUB_ENV
env:
NAMESPACE: ${{ github.event.inputs.NAMESPACE }}
NAMESPACE: ${{ github.event.inputs.NAMESPACE || 'selenium' }}
- name: Build base image to get Grid version
run: VERSION="local" BUILD_DATE=${BUILD_DATE} make base_nightly
- name: Get Grid version
Expand Down

0 comments on commit 408d430

Please sign in to comment.