Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ap-nimbus-client Release 2.0.0 #128

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
context: ./docker/
pull: true
push: true
tags: |
cardiacmodelling/ap-nimbus-client:2.0.0
cardiacmodelling/ap-nimbus-client:latest
cardiacmodelling/ap-nimbus-client-direct:2.0.0
cardiacmodelling/ap-nimbus-client-direct:latest
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BSD 3-Clause License

Unless otherwise noted, all files within this distribution are
Copyright (c) 2013-2021 University of Oxford, 2016-2021 University College London, and 2016-2021 University of Nottingham.
Copyright (c) 2013-2021 University of Oxford, 2016-2021 University College London, and 2016-2024 University of Nottingham.
All rights reserved.

University of Oxford means the Chancellor, Masters and Scholars of the
Expand Down
Loading