Skip to content

Commit

Permalink
chore: nextjs workflows to stable/nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
leimonio committed Nov 29, 2023
1 parent fb40ba6 commit c3ea8f7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: bitsrc/ops:latest
image: bitsrc/stable:latest
env:
HOME: /home/bituser

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-create-app-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: bitsrc/ops:latest
image: bitsrc/nightly:latest
env:
HOME: /home/bituser

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-create-app-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: bitsrc/ops:latest
image: bitsrc/stable:latest
env:
HOME: /home/bituser

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-create-workspace-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: bitsrc/ops:latest
image: bitsrc/stable:latest
env:
HOME: /home/bituser

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-create-workspace-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: bitsrc/ops:latest
image: bitsrc/stable:latest
env:
HOME: /home/bituser

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-quickstart-ripple-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: bitsrc/ops:latest
image: bitsrc/nightly:latest
env:
HOME: /home/bituser

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-quickstart-ripple-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: bitsrc/ops:latest
image: bitsrc/stable:latest
env:
HOME: /home/bituser

Expand Down

0 comments on commit c3ea8f7

Please sign in to comment.