We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e614d commit 340a981Copy full SHA for 340a981
.github/workflows/pr.yml
@@ -39,6 +39,9 @@ jobs:
39
runs-on: [ self-hosted, Linux ]
40
container:
41
image: python:3.9.18
42
+ credentials:
43
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
44
+ password: ${{ secrets.DOCKERHUB_TOKEN_PUBLIC }}
45
46
steps:
47
- uses: actions/checkout@v3
.github/workflows/push.yml
.github/workflows/release.yml
@@ -24,6 +24,9 @@ jobs:
24
25
26
27
28
29
30
31
32
0 commit comments