From 0460af3463fff48a92e68067c4130ab5bc53d60b Mon Sep 17 00:00:00 2001 From: Christoph Gerum Date: Fri, 23 Aug 2024 09:36:15 +0200 Subject: [PATCH] Disable hannah build again --- .github/workflows/publish_images.yml | 6 +++--- Dockerfile | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish_images.yml b/.github/workflows/publish_images.yml index e6387a35..00b92f4a 100644 --- a/.github/workflows/publish_images.yml +++ b/.github/workflows/publish_images.yml @@ -44,9 +44,9 @@ jobs: - '3.10' - '3.11' #- '3.12' - include: - - target: hannah - python_version: 3.12 # THis is ignored + #include: + # - target: hannah + # python_version: 3.12 # THis is ignored # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. diff --git a/Dockerfile b/Dockerfile index d2e945b7..9aaba4b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,14 +24,9 @@ ARG target="hannah" ARG python_version=3.12 FROM ubuntu:22.04 as hannah - FROM tumeda/mlonmcu-bench:latest as mlonmcu - - -# Use specified Python version as the base image FROM python:${python_version} as python - FROM ${target}