Skip to content

Commit

Permalink
Remove unnecessary function update
Browse files Browse the repository at this point in the history
  • Loading branch information
ITJesse committed Dec 14, 2023
1 parent 704b2e9 commit af0c615
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
SHA: ${{ env.SHA }}
run: |
fcli function update -f img-opti -s kemono-staging -g registry.ap-southeast-1.aliyuncs.com/kemono/image-optimizer:$GITHUB_REF_NAME-$SHA
fcli function update -f img-opti-clean -s kemono-staging -g registry.ap-southeast-1.aliyuncs.com/kemono/image-optimizer:$GITHUB_REF_NAME-$SHA
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
SHA: ${{ env.SHA }}
run: |
fcli function update -f img-opti -s kemono -g registry.cn-shenzhen.aliyuncs.com/kemono/image-optimizer:master-$SHA
fcli function update -f img-opti-clean -s kemono -g registry.cn-shenzhen.aliyuncs.com/kemono/image-optimizer:master-$SHA
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit af0c615

Please sign in to comment.