Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									48beda7ba4
								
							
						
					
					
						commit
						feff340240
					
				
					 1 changed files with 9 additions and 2 deletions
				
			
		|  | @ -8,10 +8,17 @@ jobs: | ||||||
|       - run: ip route show |       - run: ip route show | ||||||
|       - name: Check out repository code |       - name: Check out repository code | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|       - name: Hah, right... |       - name: Create Kubeconfig | ||||||
|  |         run: | | ||||||
|  |           mkdir $HOME/.kube | ||||||
|  |           echo "${{ secrets.KUBECONFIG_BUILDX }}" > $HOME/.kube/config | ||||||
|  |       - name: Set up Docker Buildx | ||||||
|         uses: docker/setup-buildx-action@v3 |         uses: docker/setup-buildx-action@v3 | ||||||
|         with: |         with: | ||||||
|           endpoint: tcp://172.24.0.1:2376 |           driver: kubernetes | ||||||
|  |           driver-opts: | | ||||||
|  |             namespace=git | ||||||
|  |             qemu.install=false | ||||||
|       - name: Login to forgejo |       - name: Login to forgejo | ||||||
|         uses: docker/login-action@v3 |         uses: docker/login-action@v3 | ||||||
|         with: |         with: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue