From 48772dc109a5a9e75c6c5e7b58bebd1da4644550 Mon Sep 17 00:00:00 2001 From: Giles Westwood Date: Wed, 20 Nov 2024 15:15:55 +0000 Subject: [PATCH] build 2 containers --- .github/workflows/bld_docker_gha_cache.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/bld_docker_gha_cache.yml b/.github/workflows/bld_docker_gha_cache.yml index 841a5d3..e26af9e 100644 --- a/.github/workflows/bld_docker_gha_cache.yml +++ b/.github/workflows/bld_docker_gha_cache.yml @@ -94,6 +94,11 @@ jobs: context: . file: hello-world/Dockerfile + - artifact_name: hello-world-alt + docker_name: orcid/test/hello-world-alt + context: . + file: hello-world-alt/Dockerfile + runs-on: ubuntu-latest timeout-minutes: 15 steps: