This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
DOCKER_IMAGE_NAME: devstar_introduction
|
||||
run: |
|
||||
echo "$DOCKER_REGISTRY_PASSWORD" | docker login $DOCKER_REGISTRY_ADDRESS -u "$DOCKER_REGISTRY_USERNAME" --password-stdin
|
||||
docker tag mynodeapp:latest $DOCKER_REGISTRY_ADDRESS/$DOCKER_IMAGE_NAME:latest
|
||||
docker tag mengningsoftware-docs:latest $DOCKER_REGISTRY_ADDRESS/$DOCKER_IMAGE_NAME:latest
|
||||
docker push $DOCKER_REGISTRY_ADDRESS/$DOCKER_IMAGE_NAME:latest
|
||||
|
||||
- name: 安装 kubectl
|
||||
|
28
docs/.vitepress/cache/deps/_metadata.json
vendored
28
docs/.vitepress/cache/deps/_metadata.json
vendored
@@ -1,52 +1,52 @@
|
||||
{
|
||||
"hash": "390d4507",
|
||||
"configHash": "3912053b",
|
||||
"lockfileHash": "a51f4fcb",
|
||||
"browserHash": "0df5bf9e",
|
||||
"hash": "67deff6d",
|
||||
"configHash": "1dac5a9a",
|
||||
"lockfileHash": "6c0339f1",
|
||||
"browserHash": "b4159a4a",
|
||||
"optimized": {
|
||||
"vue": {
|
||||
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
|
||||
"file": "vue.js",
|
||||
"fileHash": "d98b0a1e",
|
||||
"fileHash": "18b7d3f9",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > @vue/devtools-api": {
|
||||
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
|
||||
"file": "vitepress___@vue_devtools-api.js",
|
||||
"fileHash": "ecea16b3",
|
||||
"fileHash": "6239abda",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > @vueuse/core": {
|
||||
"src": "../../../../node_modules/@vueuse/core/index.mjs",
|
||||
"file": "vitepress___@vueuse_core.js",
|
||||
"fileHash": "b7cfb4aa",
|
||||
"fileHash": "b6d2263c",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > @vueuse/integrations/useFocusTrap": {
|
||||
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
|
||||
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
|
||||
"fileHash": "d4cebcfe",
|
||||
"fileHash": "1ef660e4",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > mark.js/src/vanilla.js": {
|
||||
"src": "../../../../node_modules/mark.js/src/vanilla.js",
|
||||
"file": "vitepress___mark__js_src_vanilla__js.js",
|
||||
"fileHash": "c771fe49",
|
||||
"fileHash": "09a98ea6",
|
||||
"needsInterop": false
|
||||
},
|
||||
"vitepress > minisearch": {
|
||||
"src": "../../../../node_modules/minisearch/dist/es/index.js",
|
||||
"file": "vitepress___minisearch.js",
|
||||
"fileHash": "6cf9570b",
|
||||
"fileHash": "5636acbc",
|
||||
"needsInterop": false
|
||||
}
|
||||
},
|
||||
"chunks": {
|
||||
"chunk-P2XGSYO7": {
|
||||
"file": "chunk-P2XGSYO7.js"
|
||||
"chunk-QSBXJHLQ": {
|
||||
"file": "chunk-QSBXJHLQ.js"
|
||||
},
|
||||
"chunk-HVR2FF6M": {
|
||||
"file": "chunk-HVR2FF6M.js"
|
||||
"chunk-JBP73PM7": {
|
||||
"file": "chunk-JBP73PM7.js"
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
@@ -12641,4 +12641,4 @@ vue/dist/vue.runtime.esm-bundler.js:
|
||||
* @license MIT
|
||||
**)
|
||||
*/
|
||||
//# sourceMappingURL=chunk-HVR2FF6M.js.map
|
||||
//# sourceMappingURL=chunk-JBP73PM7.js.map
|
7
docs/.vitepress/cache/deps/chunk-JBP73PM7.js.map
vendored
Normal file
7
docs/.vitepress/cache/deps/chunk-JBP73PM7.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -35,7 +35,7 @@ import {
|
||||
unref,
|
||||
watch,
|
||||
watchEffect
|
||||
} from "./chunk-HVR2FF6M.js";
|
||||
} from "./chunk-JBP73PM7.js";
|
||||
|
||||
// node_modules/@vueuse/shared/index.mjs
|
||||
function computedEager(fn, options) {
|
||||
@@ -9716,4 +9716,4 @@ export {
|
||||
useWindowScroll,
|
||||
useWindowSize
|
||||
};
|
||||
//# sourceMappingURL=chunk-P2XGSYO7.js.map
|
||||
//# sourceMappingURL=chunk-QSBXJHLQ.js.map
|
7
docs/.vitepress/cache/deps/chunk-QSBXJHLQ.js.map
vendored
Normal file
7
docs/.vitepress/cache/deps/chunk-QSBXJHLQ.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -281,8 +281,8 @@ import {
|
||||
watchTriggerable,
|
||||
watchWithFilter,
|
||||
whenever
|
||||
} from "./chunk-P2XGSYO7.js";
|
||||
import "./chunk-HVR2FF6M.js";
|
||||
} from "./chunk-QSBXJHLQ.js";
|
||||
import "./chunk-JBP73PM7.js";
|
||||
export {
|
||||
DefaultMagicKeysAliasMap,
|
||||
StorageSerializers,
|
||||
|
@@ -3,13 +3,13 @@ import {
|
||||
toArray,
|
||||
tryOnScopeDispose,
|
||||
unrefElement
|
||||
} from "./chunk-P2XGSYO7.js";
|
||||
} from "./chunk-QSBXJHLQ.js";
|
||||
import {
|
||||
computed,
|
||||
shallowRef,
|
||||
toValue,
|
||||
watch
|
||||
} from "./chunk-HVR2FF6M.js";
|
||||
} from "./chunk-JBP73PM7.js";
|
||||
|
||||
// node_modules/tabbable/dist/index.esm.js
|
||||
var candidateSelectors = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"];
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
docs/.vitepress/cache/deps/vue.js
vendored
2
docs/.vitepress/cache/deps/vue.js
vendored
@@ -168,7 +168,7 @@ import {
|
||||
withMemo,
|
||||
withModifiers,
|
||||
withScopeId
|
||||
} from "./chunk-HVR2FF6M.js";
|
||||
} from "./chunk-JBP73PM7.js";
|
||||
export {
|
||||
BaseTransition,
|
||||
BaseTransitionPropsValidators,
|
||||
|
Reference in New Issue
Block a user