ci: staged changes

このコミットが含まれているのは:
sinkaroid 2022-12-11 01:59:13 +07:00
コミット c80692ffe6
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: ABD69470B2390135
2個のファイルの変更5行の追加3行の削除

ファイルの表示

@ -18,8 +18,10 @@ jobs:
id: package-version
run: echo ::set-output name=version::$(jq -r .version package.json)
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/sinkaroid/jandapress:${{ steps.package-version.outputs.version }} ghcr.io/sinkaroid/jandapress:latest
run: docker build . --file Dockerfile --tag ghcr.io/sinkaroid/jandapress:latest
- name: Tag the Docker image
run: docker tag ghcr.io/sinkaroid/jandapress:latest ghcr.io/sinkaroid/jandapress:${{ steps.package-version.outputs.version }}
- name: Push the Docker image
run: docker push ghcr.io/sinkaroid/jandapress:${{ steps.package-version.outputs.version }} ghcr.io/sinkaroid/jandapress:latest
run: docker push ghcr.io/sinkaroid/jandapress:${{ steps.package-version.outputs.version }}

ファイルの表示

@ -1,6 +1,6 @@
{
"name": "jandapress",
"version": "1.0.14",
"version": "1.0.15",
"description": "Experimental doujin API with gather in mind",
"main": "build/src/index.js",
"scripts": {