mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
resources: Finalize automated generation of the Docker image
By fixing the Dockerfile, we have now finalized the automated generation of the Docker images for both architectures (amd64 and arm64). Fixes #953 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
df26b428b1
commit
1e5d35d13a
1
.github/workflows/docker-image.yaml
vendored
1
.github/workflows/docker-image.yaml
vendored
@@ -25,7 +25,6 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
file: ./resources/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user