Skip to content

Commit e742d45

Browse files
authored
Merge pull request #202 from PyEllips/docs-requirements-fix
- Add docs requirements to pyproject toml - Update docker workflow dependencies
2 parents 17a8110 + 0b6ff62 commit e742d45

File tree

6 files changed

+1943
-55
lines changed

6 files changed

+1943
-55
lines changed

.github/workflows/build-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
with:
1515
submodules: recursive
1616
- name: Log in to Docker Hub
17-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
17+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
1818
with:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}
2121

2222
- name: Extract metadata (tags, labels) for Docker
2323
id: meta
24-
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
24+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804
2525
with:
2626
images: domna/pyelli
2727

2828
- name: Build and push Docker image
29-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
29+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
3030
with:
3131
context: .
3232
push: true

0 commit comments

Comments
 (0)