This commit is contained in:
		
							parent
							
								
									7ba3c68e99
								
							
						
					
					
						commit
						6fa7987ea9
					
				|  | @ -1,4 +1,3 @@ | ||||||
| --- |  | ||||||
| name: push | name: push | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|  | @ -24,5 +23,7 @@ jobs: | ||||||
|         run: docker images |         run: docker images | ||||||
|       - name: Remove dangling images |       - name: Remove dangling images | ||||||
|         run: docker image prune -f |         run: docker image prune -f | ||||||
|             - name: Push |       - name: Docker Login | ||||||
|  |         run: "echo \"${{ secrets.DOCKER_PASSWORD }}\" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin focs.ji.sjtu.edu.cn:5000          \n" | ||||||
|  |       - name: Docker Push | ||||||
|         run: make push |         run: make push | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user