From abd3cb602cc13cbcb631bdd6e633f14e767e25ba Mon Sep 17 00:00:00 2001 From: Gerard Snaauw <33763579+gerardsn@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:04:30 +0200 Subject: [PATCH] fix-docker-hub-base-image-name (#509) --- .github/workflows/build-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 82325c8f..5da53aeb 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -48,9 +48,9 @@ jobs: id: docker_meta uses: docker/metadata-action@v5 with: - images: nutsfoundation/nuts-node + images: nutsfoundation/nuts-demo-ehr tags: | - # generate 'master' tag for the master branch + # generate 'main' tag for the main branch type=ref,event=branch,enable={{is_default_branch}},prefix= # generate 5.2.1 tag type=semver,pattern={{version}}