Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
feat: update CI/CD to use image@v2 action
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Aug 26, 2022
1 parent 34bb958 commit 3fcd3f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
run_install: true
- name: Build project
run: pnpm build
- uses: wdzeng/image@v1
- uses: wdzeng/image@v2
with:
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_PASSWORD }}
repo_description: Get pinkoi coins everyday
repo_license: MIT
tag:
name: Add tags to repository
needs:
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ COPY dist /app
ENV TZ=Asia/Taipei
WORKDIR /app
ENTRYPOINT [ "node", "index.js" ]

LABEL description="Get pinkoi coins everyday."

0 comments on commit 3fcd3f5

Please sign in to comment.