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

Commit

Permalink
fix: CI is using wrong action image version [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jul 11, 2023
1 parent 37dc4c6 commit 3d7f98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build project
run: pnpm build
- name: Build kelly image
uses: wdzeng/image@dev
uses: wdzeng/image@v2
with:
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -34,7 +34,7 @@ jobs:
repo_description: Get Shopee coins everyday
repo_license: MIT
- name: Build regular image
uses: wdzeng/image@dev
uses: wdzeng/image@v2
with:
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 3d7f98f

Please sign in to comment.