Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lezhumain committed Jun 10, 2024
1 parent 79c64b8 commit 4b39bbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions buildDist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#! /bin/bash

docker build --build-arg ARG_API_KEY="$API_KEY" --build-arg ARG_GH_API_KEY="$GH_API_KEY" -t zenhub_reports .

id=$(docker create zenhub_reports)
docker cp $id:/app/dist - > ./dist.tar
docker rm -v $id

tar xvf dist.tar
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zenhub-report-action",
"description": "GitHub Actions to retrieve Zenhub issue stats",
"version": "1.1.0",
"version": "1.1.3",
"author": "lezhumain",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
Expand Down

0 comments on commit 4b39bbb

Please sign in to comment.