Update '.gitea/workflows/demo.yaml'
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Has started running
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Has started running
This commit is contained in:
@@ -6,10 +6,26 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
# #image: registry.local/buildkit-wagnerca:stable-1
|
||||
volumes:
|
||||
- /var/run/user/1000/docker.sock:/var/run/docker.sock
|
||||
- /var/run/secrets/kubernetes.io/serviceaccount:/var/run/secrets/kubernetes.io/serviceaccount
|
||||
env:
|
||||
- name: KUBERNETES_PORT
|
||||
value: "tcp://10.43.0.1:443"
|
||||
- name: KUBERNETES_PORT_443_TCP
|
||||
value: "tcp://10.43.0.1:443"
|
||||
- name: KUBERNETES_PORT_443_TCP_ADDR
|
||||
value: "10.43.0.1"
|
||||
- name: KUBERNETES_PORT_443_TCP_PORT
|
||||
value: "443"
|
||||
- name: KUBERNETES_PORT_443_TCP_PROTO
|
||||
value: "tcp"
|
||||
- name: KUBERNETES_SERVICE_HOST
|
||||
value: "10.43.0.1"
|
||||
- name: KUBERNETES_SERVICE_PORT
|
||||
value: "443"
|
||||
- name: KUBERNETES_SERVICE_PORT_HTTPS
|
||||
value: "443"
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- run: cat /etc/resolv.conf
|
||||
|
||||
Reference in New Issue
Block a user