Update docker-image.yml

This commit is contained in:
jw 2022-08-22 15:58:18 +08:00
parent 3bbdfbb17e
commit d76a5039f7

View File

@ -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