From 72cb6581db08b5b563bcb1ed62f13d7f53308eb7 Mon Sep 17 00:00:00 2001
From: Pierre Delpy
Date: Mon, 11 Nov 2024 15:00:38 +0100
Subject: [PATCH] adapt tests
---
.github/workflows/docker-ci-template.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/docker-ci-template.yml b/.github/workflows/docker-ci-template.yml
index d6735cb..ca2a606 100644
--- a/.github/workflows/docker-ci-template.yml
+++ b/.github/workflows/docker-ci-template.yml
@@ -5,6 +5,7 @@ on:
branches:
- main
- develop
+ - test/workflows
# Build then a new version is tagged
tags:
- '*.*.*'
@@ -19,7 +20,7 @@ jobs:
build:
# This workflow defines how a maven package is built, tested and published.
# Visit: https://github.com/samply/github-workflows/blob/develop/.github/workflows/maven-ci.yml, for more information
- uses: samply/github-workflows/.github/workflows/docker-ci.yml@main
+ uses: samply/github-workflows/.github/workflows/docker-ci.yml@feature/add-trivy-db-cache
with:
# The Docker Hub Repository you want eventually push to, e.g samply/share-client
image-name: "samply/obds2fhir"