Skip to content

Commit 2d5ac8e

Browse files
committed
Update docker image building workflow
1 parent ecabd91 commit 2d5ac8e

File tree

3 files changed

+2
-57
lines changed

3 files changed

+2
-57
lines changed

.github/workflows/nightly-alpine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout Code
2121
uses: actions/checkout@v4
2222
with:
23-
ref: nightly
23+
ref: main
2424

2525
- name: Set up Nushell
2626
uses: hustcer/setup-nu@v3

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pre Release
33
on:
44
push:
55
branches:
6-
- nightly # Just for test purpose only with the nightly repo
6+
- nightly0 # Just for test purpose only with the nightly repo
77
# This schedule will run only from the default branch
88
schedule:
99
- cron: '30 1 * * *' # run at 00:15 AM UTC

docker/Dockerfile

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)