Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
		
							parent
							
								
									385d246037
								
							
						
					
					
						commit
						9b25c1d5d8
					
				
					 1 changed files with 11 additions and 5 deletions
				
			
		|  | @ -4,10 +4,16 @@ jobs: | ||||||
|     runs-on: docker |     runs-on: docker | ||||||
|     steps: |     steps: | ||||||
|       - run: echo All Good |       - run: echo All Good | ||||||
|       - run: apt update && apt install podman -y |  | ||||||
|       - name: Check out repository code |       - name: Check out repository code | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|       - run: pwd ; echo ""; ls; env |       - name: Login to GitLab | ||||||
|       - run: podman build -t git.martyn.berlin/martyn/fat-ssh:latest . |         uses: docker/login-action@v3 | ||||||
|       - run: podman login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin |         with: | ||||||
|       - run: podman push git.martyn.berlin/martyn/fat-ssh:latest |           registry: git.martyn.berlin | ||||||
|  |           username: martyn | ||||||
|  |           password: ${{ secrets.PUSH_TOKEN }} | ||||||
|  |       - name: Build and push | ||||||
|  |         uses: docker/build-push-action@v5 | ||||||
|  |         with: | ||||||
|  |           push: true | ||||||
|  |           tags: git.martyn.berlin/martyn/fat-ssh:latest | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue