🔨 Add v2 Build Script
This commit is contained in:
parent
4d593fa20a
commit
a229faf013
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -2,7 +2,7 @@ name: release-nightly
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ refactor/v2 ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker:
|
build-docker:
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: xsheep2010/interactive:nightly
|
tags: xsheep2010/interactive:v2
|
||||||
|
Loading…
Reference in New Issue
Block a user