Update docker-image.yml
This commit is contained in:
parent
3bbdfbb17e
commit
d76a5039f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs: # workflow中的job
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v3 # 抽取项目信息,主要是镜像的tag
|
uses: docker/metadata-action@v3 # 抽取项目信息,主要是镜像的tag
|
||||||
with:
|
with:
|
||||||
images: jhao104/proxy_pool
|
images: jwstar/douyin_tiktok_download_api
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2 # docker build & push
|
uses: docker/build-push-action@v2 # docker build & push
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue