Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									e40e700b44
								
							
						
					
					
						commit
						5bb4d8536b
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -10,6 +10,6 @@ jobs: | |||
|       - name: Check out repository code | ||||
|         uses: actions/checkout@v3 | ||||
|       - run: pwd ; echo ""; ls; env | ||||
|       - run: DOCKER_HOST=tcp://host.docker.internal:2367 docker build -t git.martyn.berlin/martyn/fat-ssh:latest . | ||||
|       - run: DOCKER_HOST=tcp://host.docker.internal:2367 docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin | ||||
|       - run: DOCKER_HOST=tcp://host.docker.internal:2367 docker push git.martyn.berlin/martyn/fat-ssh:latest | ||||
|       - run: DOCKER_HOST=tcp://127.0.0.11:2367 docker build -t git.martyn.berlin/martyn/fat-ssh:latest . | ||||
|       - run: DOCKER_HOST=tcp://127.0.0.11:2367 docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin | ||||
|       - run: DOCKER_HOST=tcp://127.0.0.11:2367 docker push git.martyn.berlin/martyn/fat-ssh:latest | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue