Skip to content

Commit

Permalink
Merge pull request #220 from wallarm/DEVOPS-2281
Browse files Browse the repository at this point in the history
DEVOPS-2281 Switch to CI k8s cluster
  • Loading branch information
nedvna authored Nov 16, 2023
2 parents d4d8ee3 + 026bf05 commit aba04b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-description:
runs-on: self-hosted-1cpu
runs-on: self-hosted-amd64-1cpu
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -20,6 +20,7 @@ jobs:
url: ${{ secrets.VAULT_URL }}
role: ${{ secrets.VAULT_ROLE }}
method: kubernetes
path: kubernetes-ci
secrets: |
kv-gitlab-ci/data/github/shared/dockerhub-creds user | DOCKERHUB_USER ;
kv-gitlab-ci/data/github/shared/dockerhub-creds password | DOCKERHUB_PASSWORD ;
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-push:
runs-on: self-hosted-1cpu
runs-on: self-hosted-amd64-1cpu
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -24,6 +24,7 @@ jobs:
url: ${{ secrets.VAULT_URL }}
role: ${{ secrets.VAULT_ROLE }}
method: kubernetes
path: kubernetes-ci
secrets: |
kv-gitlab-ci/data/github/shared/dockerhub-creds user | DOCKERHUB_USER ;
kv-gitlab-ci/data/github/shared/dockerhub-creds password | DOCKERHUB_PASSWORD ;
Expand Down

0 comments on commit aba04b1

Please sign in to comment.