Skip to content

Commit

Permalink
bumped ci docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cenh-halfspace committed Jan 2, 2025
1 parent 91d90e6 commit 96fba85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

ci_docker:
needs: changes
uses: Energinet-DataHub/.github/.github/workflows/python-build-and-push-docker-image.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/python-build-and-push-docker-image.yml@v14
with:
docker_changed: ${{ needs.changes.outputs.docker == 'true' }}
docker_changed_in_commit: ${{ needs.changes.outputs.docker_in_commit == 'true' }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/detect-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
- 'docs/diagrams/c4-model/views.json'
- 'docs/diagrams/c4-model/model.dsl'
databricks:
- '.github/workflows/cd.yml'
- '.github/workflows/ci-databricks.yml'
- '.devcontainer/docker-compose.yml'
- '.docker/requirements.txt'
- 'source/settlement_report_python/**'
docker:
- .docker/**
Expand Down

0 comments on commit 96fba85

Please sign in to comment.