This commit is contained in:
@@ -10,11 +10,14 @@ jobs:
|
||||
steps:
|
||||
- name: Clone repo with token auth
|
||||
run: |
|
||||
git clone http://${GITEA_TOKEN}@gitea-http.gitea.svc.cluster.local:3000/klauvsteinen/cert-manager-webhook-linode.git .
|
||||
git clone http://${GITEA_TOKEN}@gitea-http.gitea.svc.cluster.local:3000/klauvsteinen/cert-manager-webhook-linode.git
|
||||
|
||||
- name: Show Docker version
|
||||
run: docker version
|
||||
|
||||
- name: Cd
|
||||
run: cd cert-manager-webhook-linode
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t registry.engen.priv.no/cert-manager-linode-webhook:latest .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user