mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 13:56:48 +00:00
Fix docker image publication
This commit is contained in:
parent
9e4257b655
commit
bacefaffc8
4
.github/workflows/publish_docker_images.yml
vendored
4
.github/workflows/publish_docker_images.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user