Skip to content

Commit

Permalink
添加镜像名字变量。
Browse files Browse the repository at this point in the history
  • Loading branch information
haha.wang committed Sep 30, 2023
1 parent 5c05207 commit b0ff2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: wangjinhai68/alist-encryptiont
images: ${{ secrets.DOCKERHUB_NAME }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit b0ff2e6

Please sign in to comment.