Skip to content

Commit

Permalink
Merge pull request target#468 from target/DockerBuildFix
Browse files Browse the repository at this point in the history
Update Nightly Build Workflow
  • Loading branch information
skalupa authored Aug 12, 2024
2 parents a0ac84c + 1e72ffd commit 5719725
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_strelka_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Builds Strelka
run: docker-compose -f build/docker-compose.yaml build
run: docker compose -f build/docker-compose.yaml build
2 changes: 1 addition & 1 deletion .github/workflows/build_strelka_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Builds Strelka
run: docker-compose -f build/docker-compose.yaml build
run: docker compose -f build/docker-compose.yaml build
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
Changes to the project will be tracked in this file via the date of change.

## 2024-08-08
- Update nightly build to reflect changed from docker v1 to v2

## 2024-06-27
- Remove WeasyPrint package dependency from Strelka

## 2024-05-28
- Adding mimetype check for XML files for `ScanXml`

Expand Down

0 comments on commit 5719725

Please sign in to comment.