mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b225498c42 |
@@ -19,7 +19,7 @@ inputs:
|
|||||||
rust-version:
|
rust-version:
|
||||||
description: 'Rust version to install (e.g. nightly). Defaults to 1.87.0'
|
description: 'Rust version to install (e.g. nightly). Defaults to 1.87.0'
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: '1.87.0'
|
||||||
sccache-cache-limit:
|
sccache-cache-limit:
|
||||||
description: 'Maximum size limit for sccache local cache (e.g. 2G, 500M)'
|
description: 'Maximum size limit for sccache local cache (e.g. 2G, 500M)'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
@@ -46,6 +46,9 @@ creds:
|
|||||||
- registry: ghcr.io
|
- registry: ghcr.io
|
||||||
user: "{{env \"GH_PACKAGES_USER\"}}"
|
user: "{{env \"GH_PACKAGES_USER\"}}"
|
||||||
pass: "{{env \"GH_PACKAGES_TOKEN\"}}"
|
pass: "{{env \"GH_PACKAGES_TOKEN\"}}"
|
||||||
|
- registry: docker.io
|
||||||
|
user: "{{env \"DOCKER_MIRROR_USER\"}}"
|
||||||
|
pass: "{{env \"DOCKER_MIRROR_TOKEN\"}}"
|
||||||
|
|
||||||
# Global defaults
|
# Global defaults
|
||||||
defaults:
|
defaults:
|
||||||
@@ -67,3 +70,7 @@ sync:
|
|||||||
target: ghcr.io/continuwuity/continuwuity
|
target: ghcr.io/continuwuity/continuwuity
|
||||||
type: repository
|
type: repository
|
||||||
<<: *tags-main
|
<<: *tags-main
|
||||||
|
- source: *source
|
||||||
|
target: docker.io/jadedblueeyes/continuwuity
|
||||||
|
type: repository
|
||||||
|
<<: *tags-main
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ jobs:
|
|||||||
N7574_GIT_TOKEN: ${{ secrets.N7574_GIT_TOKEN }}
|
N7574_GIT_TOKEN: ${{ secrets.N7574_GIT_TOKEN }}
|
||||||
GH_PACKAGES_USER: ${{ vars.GH_PACKAGES_USER }}
|
GH_PACKAGES_USER: ${{ vars.GH_PACKAGES_USER }}
|
||||||
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
||||||
|
DOCKER_MIRROR_USER: ${{ vars.DOCKER_MIRROR_USER }}
|
||||||
|
DOCKER_MIRROR_TOKEN: ${{ secrets.DOCKER_MIRROR_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
@@ -20,8 +20,7 @@ jobs:
|
|||||||
fetch-tags: false
|
fetch-tags: false
|
||||||
fetch-single-branch: true
|
fetch-single-branch: true
|
||||||
submodules: false
|
submodules: false
|
||||||
persist-credentials: true
|
persist-credentials: false
|
||||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
|
||||||
|
|
||||||
- uses: https://github.com/cachix/install-nix-action@7ab6e7fd29da88e74b1e314a4ae9ac6b5cda3801 # v31.8.0
|
- uses: https://github.com/cachix/install-nix-action@7ab6e7fd29da88e74b1e314a4ae9ac6b5cda3801 # v31.8.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
file = inputs.self + "/rust-toolchain.toml";
|
file = inputs.self + "/rust-toolchain.toml";
|
||||||
|
|
||||||
# See also `rust-toolchain.toml`
|
# See also `rust-toolchain.toml`
|
||||||
sha256 = "sha256-SJwZ8g0zF2WrKDVmHrVG3pD2RGoQeo24MEXnNx5FyuI=";
|
sha256 = "sha256-+9FmLhAOezBZCOziO0Qct1NOrfpjNsXxc/8I0c7BdKE=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
[toolchain]
|
[toolchain]
|
||||||
profile = "minimal"
|
profile = "minimal"
|
||||||
channel = "1.90.0"
|
channel = "1.89.0"
|
||||||
components = [
|
components = [
|
||||||
# For rust-analyzer
|
# For rust-analyzer
|
||||||
"rust-src",
|
"rust-src",
|
||||||
|
|||||||
Reference in New Issue
Block a user