Fix docker image publication

This commit is contained in:
Fabing LI 2024-10-13 18:57:34 +08:00 committed by Tate, Hongliang Tian
parent 9e4257b655
commit bacefaffc8

View File

@ -33,7 +33,8 @@ jobs:
- name: Generate Dockerfile
run: |
pip install Jinja2
sudo apt-get update
sudo apt-get install -y python3-jinja2
python3 ./tools/docker/gen_dockerfile.py
- name: Build and push development image
@ -49,7 +50,6 @@ jobs:
- name: Generate Dockerfile for Intel TDX
run: |
pip install Jinja2
python3 ./tools/docker/gen_dockerfile.py --intel-tdx
- name: Build and push development image for Intel TDX