From 25c3db3c5568d1e761640a36a039a3843094f130 Mon Sep 17 00:00:00 2001 From: yangfan Date: Sat, 23 Sep 2023 02:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=99=AF=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 3f496134..9806304a 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -23,7 +23,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push python chrome image run: | - docker build -t server -f base/python-chrome/Dockerfile . + docker build -t python -f base/python-chrome/Dockerfile . docker tag python ${{ env.REGISTRY }}python:3.10.0.chrome docker push ${{ env.REGISTRY }}python:3.10.0.chrome @@ -39,6 +39,6 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push python image run: | - docker build -t server -f base/python/Dockerfile . + docker build -t python -f base/python/Dockerfile . docker tag python ${{ env.REGISTRY }}python:3.10.0 docker push ${{ env.REGISTRY }}python:3.10.0