Skip to content

Commit

Permalink
feat: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yaokl committed Jan 28, 2023
1 parent d3c80b1 commit 6ff4247
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
python-version: [3.7]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -35,7 +36,7 @@ jobs:
sudo apt-get -y install skopeo
skopeo --version
- name: generate_sync_yaml
timeout-minutes: 10
timeout-minutes: 30
run: |
python generate_sync_yaml.py
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ images:
- prometheus-operator/prometheus-operator
- brancz/kube-rbac-proxy
k8s.gcr.io:
- conformance
- dns/k8s-dns-node-cache
- metrics-server/metrics-server
- kube-state-metrics/kube-state-metrics
Expand All @@ -41,6 +40,7 @@ images:
registry.k8s.io:
- pause
- etcd
- conformance
- kube-proxy
- kube-apiserver
- kube-scheduler
Expand Down

0 comments on commit 6ff4247

Please sign in to comment.