Skip to content

Commit

Permalink
fix: lockfile issue & docker action typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Nov 24, 2022
1 parent 3eccfde commit 02ab8ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_dockerhub_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/deploy_to_dockerhub_release.yml
Original file line number Diff line number Diff line change
@@ -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:
-
Expand All @@ -27,7 +27,7 @@ jobs:
push: true
tags: hitokoto/api:release
file: ./docker/mainline/Dockerfile
alinode-latest:
alinode-release:
runs-on: ubuntu-latest
steps:
-
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6311,7 +6311,7 @@ __metadata:

"fsevents@patch:fsevents@^2.3.2#~builtin<compat/fsevents>, fsevents@patch:fsevents@~2.3.2#~builtin<compat/fsevents>":
version: 2.3.2
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=df0bf1"
dependencies:
node-gyp: latest
conditions: os=darwin
Expand Down Expand Up @@ -11098,7 +11098,7 @@ __metadata:

"resolve@patch:resolve@^1.1.6#~builtin<compat/resolve>, resolve@patch:resolve@^1.10.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.20.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.22.0#~builtin<compat/resolve>":
version: 1.22.0
resolution: "resolve@patch:resolve@npm%3A1.22.0#~builtin<compat/resolve>::version=1.22.0&hash=07638b"
resolution: "resolve@patch:resolve@npm%3A1.22.0#~builtin<compat/resolve>::version=1.22.0&hash=c3c19d"
dependencies:
is-core-module: ^2.8.1
path-parse: ^1.0.7
Expand All @@ -11111,7 +11111,7 @@ __metadata:

"resolve@patch:resolve@^1.22.1#~builtin<compat/resolve>":
version: 1.22.1
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=c3c19d"
dependencies:
is-core-module: ^2.9.0
path-parse: ^1.0.7
Expand Down Expand Up @@ -12490,7 +12490,7 @@ __metadata:

"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
version: 4.6.2
resolution: "typescript@patch:typescript@npm%3A4.6.2#~builtin<compat/typescript>::version=4.6.2&hash=bda367"
resolution: "typescript@patch:typescript@npm%3A4.6.2#~builtin<compat/typescript>::version=4.6.2&hash=5d3a66"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand All @@ -12500,11 +12500,11 @@ __metadata:

"typescript@patch:typescript@^4.6.4#~builtin<compat/typescript>":
version: 4.7.3
resolution: "typescript@patch:typescript@npm%3A4.7.3#~builtin<compat/typescript>::version=4.7.3&hash=bda367"
resolution: "typescript@patch:typescript@npm%3A4.7.3#~builtin<compat/typescript>::version=4.7.3&hash=65a307"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 8257ce7ecbbf9416da60045a76a99d473698ca9e973fa0ddab7137cacb1587255431176cbbcc801a650938c4dc8109ab88355774829a714fabe56a53a2fe4524
checksum: 137d18a77f52254a284960b16ab53d0619f57b69b5d585804b8413f798a1175ce3e774fb95e6a101868577aafe357d8fcfc9171f0dc9fc0c210e9ae59d107cc0
languageName: node
linkType: hard

Expand Down

0 comments on commit 02ab8ad

Please sign in to comment.