Skip to content

Commit

Permalink
adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Delpy committed Nov 11, 2024
1 parent d1366f9 commit 72cb658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- test/workflows
# Build then a new version is tagged
tags:
- '*.*.*'
Expand All @@ -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"
Expand Down

0 comments on commit 72cb658

Please sign in to comment.