Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									8bdfe94b2e
								
							
						
					
					
						commit
						a29be1938b
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -4,3 +4,9 @@ jobs: | ||||||
|     runs-on: docker |     runs-on: docker | ||||||
|     steps: |     steps: | ||||||
|       - run: echo All Good |       - run: echo All Good | ||||||
|  |       - name: Login to Docker Registry | ||||||
|  |         uses: docker/login-action@v3 | ||||||
|  |         with: | ||||||
|  |           registry: git.martyn.berlin | ||||||
|  |           username: martyn | ||||||
|  |           password: ${{ secrets.PUSH_TOKEN }} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue