From 02ab8adfe2ff2f2bb130c48be98f0a129929740c Mon Sep 17 00:00:00 2001 From: greenhat616 Date: Thu, 24 Nov 2022 18:19:58 +0800 Subject: [PATCH] fix: lockfile issue & docker action typo --- .github/workflows/deploy_to_dockerhub_latest.yml | 2 +- .github/workflows/deploy_to_dockerhub_release.yml | 6 +++--- yarn.lock | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy_to_dockerhub_latest.yml b/.github/workflows/deploy_to_dockerhub_latest.yml index 46a471dbc..486d396c0 100644 --- a/.github/workflows/deploy_to_dockerhub_latest.yml +++ b/.github/workflows/deploy_to_dockerhub_latest.yml @@ -47,5 +47,5 @@ jobs: uses: docker/build-push-action@v3 with: push: true - tags: hitokoto/api:latest + tags: hitokoto/api:alinode-latest file: ./docker/alinode/Dockerfile diff --git a/.github/workflows/deploy_to_dockerhub_release.yml b/.github/workflows/deploy_to_dockerhub_release.yml index da31591dd..6c14f0d29 100644 --- a/.github/workflows/deploy_to_dockerhub_release.yml +++ b/.github/workflows/deploy_to_dockerhub_release.yml @@ -1,11 +1,11 @@ -name: Deploy To Dockerhub(Latest) +name: Deploy To Dockerhub(Release) on: release: types: [released] jobs: - latest: + release: runs-on: ubuntu-latest steps: - @@ -27,7 +27,7 @@ jobs: push: true tags: hitokoto/api:release file: ./docker/mainline/Dockerfile - alinode-latest: + alinode-release: runs-on: ubuntu-latest steps: - diff --git a/yarn.lock b/yarn.lock index 097748b8d..96b8dfb69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6311,7 +6311,7 @@ __metadata: "fsevents@patch:fsevents@^2.3.2#~builtin, fsevents@patch:fsevents@~2.3.2#~builtin": version: 2.3.2 - resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin::version=2.3.2&hash=18f3a7" + resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin::version=2.3.2&hash=df0bf1" dependencies: node-gyp: latest conditions: os=darwin @@ -11098,7 +11098,7 @@ __metadata: "resolve@patch:resolve@^1.1.6#~builtin, resolve@patch:resolve@^1.10.0#~builtin, resolve@patch:resolve@^1.14.2#~builtin, resolve@patch:resolve@^1.20.0#~builtin, resolve@patch:resolve@^1.22.0#~builtin": version: 1.22.0 - resolution: "resolve@patch:resolve@npm%3A1.22.0#~builtin::version=1.22.0&hash=07638b" + resolution: "resolve@patch:resolve@npm%3A1.22.0#~builtin::version=1.22.0&hash=c3c19d" dependencies: is-core-module: ^2.8.1 path-parse: ^1.0.7 @@ -11111,7 +11111,7 @@ __metadata: "resolve@patch:resolve@^1.22.1#~builtin": version: 1.22.1 - resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin::version=1.22.1&hash=07638b" + resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin::version=1.22.1&hash=c3c19d" dependencies: is-core-module: ^2.9.0 path-parse: ^1.0.7 @@ -12490,7 +12490,7 @@ __metadata: "typescript@patch:typescript@^4.4.3#~builtin": version: 4.6.2 - resolution: "typescript@patch:typescript@npm%3A4.6.2#~builtin::version=4.6.2&hash=bda367" + resolution: "typescript@patch:typescript@npm%3A4.6.2#~builtin::version=4.6.2&hash=5d3a66" bin: tsc: bin/tsc tsserver: bin/tsserver @@ -12500,11 +12500,11 @@ __metadata: "typescript@patch:typescript@^4.6.4#~builtin": version: 4.7.3 - resolution: "typescript@patch:typescript@npm%3A4.7.3#~builtin::version=4.7.3&hash=bda367" + resolution: "typescript@patch:typescript@npm%3A4.7.3#~builtin::version=4.7.3&hash=65a307" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 8257ce7ecbbf9416da60045a76a99d473698ca9e973fa0ddab7137cacb1587255431176cbbcc801a650938c4dc8109ab88355774829a714fabe56a53a2fe4524 + checksum: 137d18a77f52254a284960b16ab53d0619f57b69b5d585804b8413f798a1175ce3e774fb95e6a101868577aafe357d8fcfc9171f0dc9fc0c210e9ae59d107cc0 languageName: node linkType: hard