From 701c8257d91e9a3520704113b07b6e759be5fdf8 Mon Sep 17 00:00:00 2001 From: Matthias Neugebauer Date: Tue, 30 Jan 2024 16:06:54 +0100 Subject: [PATCH] Fix image prefix --- .github/workflows/container-images.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/container-images.yml b/.github/workflows/container-images.yml index 578f744..fe27a00 100644 --- a/.github/workflows/container-images.yml +++ b/.github/workflows/container-images.yml @@ -61,14 +61,14 @@ jobs: strategy: matrix: image: - - function-mmsys-test-encode - - function-noop - - function-sleep - - gateway-nbmp - - workflow-manager - - workflow-manager-helper - - workflow-opentelemetry-adapter - - workflow-vacuum + - engine/function-mmsys-test-encode + - engine/function-noop + - engine/function-sleep + - engine/gateway-nbmp + - engine/workflow-manager + - engine/workflow-manager-helper + - engine/workflow-opentelemetry-adapter + - engine/workflow-vacuum steps: - name: delete untagged container images