Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
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
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker tagged image
uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alabaster==0.7.12
anyio==3.6.1
anyio==3.6.2
attrs==22.1.0
babel==2.10.3
babel==2.11.0
black==22.10.0
certifi==2022.9.24
cfgv==3.3.1
Expand All @@ -10,12 +10,12 @@ coverage==6.5.0
git+https://github.com/DiamondLightSource/diffcalc-core.git#egg=diffcalc-core
distlib==0.3.6
docutils==0.19
fastapi==0.85.1
fastapi==0.86.0
filelock==3.8.0
flake8==5.0.4
flake8-isort==5.0.0
h11==0.14.0
identify==2.5.6
identify==2.5.8
idna==3.4
imagesize==1.4.1
importlib-metadata==5.0.0
Expand All @@ -34,7 +34,7 @@ numpy==1.23.4
packaging==21.3
pathspec==0.10.1
pep8-naming==0.13.2
platformdirs==2.5.2
platformdirs==2.5.3
pluggy==1.0.0
pre-commit==2.20.0
py==1.11.0
Expand All @@ -44,20 +44,20 @@ pygments==2.13.0
pyparsing==3.0.9
pytest==7.2.0
pytest-cov==4.0.0
pytz==2022.4
pytz==2022.6
pyyaml==6.0
pymongo==4.3.2
requests==2.28.1
scipy==1.9.3
setuptools==65.5.0
setuptools==65.5.1
sniffio==1.3.0
snowballstemmer==2.2.0
toml==0.10.2
tomli==2.0.1
typed-ast==1.5.4
typing-extensions==4.4.0
urllib3==1.26.12
uvicorn==0.18.3
virtualenv==20.16.5
uvicorn==0.19.0
virtualenv==20.16.6
virtualenv-clone==0.5.7
zipp==3.10.0