Skip to content

Commit

Permalink
develop action bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyjay committed Nov 11, 2023
1 parent 022da6c commit 2dec5d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

# https://github.com/docker/metadata-action
- name: 提取事件元数据
id: meta
uses: docker/metadata-action@v4
with:
images: mokeyjay/pixiv-daily-ranking-widget

# https://github.com/docker/setup-buildx-action
- name: 使用 buildx 作为构建器
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 2dec5d2

Please sign in to comment.