Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									39df68b773
								
							
						
					
					
						commit
						9ec5674eb6
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -5,10 +5,13 @@ jobs: | ||||||
|     steps: |     steps: | ||||||
|       - run: apt update && apt install -y iproute2 |       - run: apt update && apt install -y iproute2 | ||||||
|       - run: ip a |       - run: ip a | ||||||
|  |       - 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: Hah, right... | ||||||
|         uses: docker/setup-buildx-action@v3 |         uses: docker/setup-buildx-action@v3 | ||||||
|  |         with: | ||||||
|  |           endpoint: tcp://172.23.0.1:2376 | ||||||
|       - 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