Skip to content

Commit

Permalink
基础景象
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfanplatform committed Sep 22, 2023
1 parent 6351aec commit 25c3db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 25c3db3

Please sign in to comment.