Skip to content

Commit 340a981

Browse files
committed
Fix CI by using DockerHub credentials
Also deletes push workflow as it's not needed in this repo.
1 parent b5e614d commit 340a981

File tree

3 files changed

+6
-49
lines changed

3 files changed

+6
-49
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
runs-on: [ self-hosted, Linux ]
4040
container:
4141
image: python:3.9.18
42+
credentials:
43+
username: ${{ secrets.DOCKERHUB_USERNAME }}
44+
password: ${{ secrets.DOCKERHUB_TOKEN_PUBLIC }}
4245

4346
steps:
4447
- uses: actions/checkout@v3

.github/workflows/push.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
runs-on: [ self-hosted, Linux ]
2525
container:
2626
image: python:3.9.18
27+
credentials:
28+
username: ${{ secrets.DOCKERHUB_USERNAME }}
29+
password: ${{ secrets.DOCKERHUB_TOKEN_PUBLIC }}
2730

2831
steps:
2932
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)