We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef4192 commit 02fc0e1Copy full SHA for 02fc0e1
.github/workflows/update-kubernetes.yaml
@@ -18,6 +18,12 @@ jobs:
18
- name: Install uv
19
uses: astral-sh/setup-uv@v5
20
- name: Update Kubernetes
21
+ env:
22
+ # Set optional secrets for Docker Hub authentication
23
+ # If not set, the script will not attempt to authenticate with Docker Hub
24
+ # but may run into rate limiting errors from Docker Hub.
25
+ DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME || '' }}
26
+ DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN || '' }}
27
run: uv run ./ci/update-kubernetes.py
28
- name: Show diff
29
id: diff
0 commit comments