Compare commits
	
		
			1 Commits
		
	
	
		
			a8ab52cf54
			...
			00bcceb1f2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 00bcceb1f2 | 
| @@ -25,6 +25,13 @@ jobs: | |||||||
|         username: ${{ secrets.docker_username }} |         username: ${{ secrets.docker_username }} | ||||||
|         password: ${{ secrets.docker_password }} |         password: ${{ secrets.docker_password }} | ||||||
|  |  | ||||||
|  |     - name: Install Docker | ||||||
|  |       run: | | ||||||
|  |         curl -fsSL https://get.docker.com -o get-docker.sh | ||||||
|  |         sh get-docker.sh | ||||||
|  |         sudo usermod -aG docker $USER | ||||||
|  |         sudo systemctl start docker | ||||||
|  |         sudo systemctl enable docker | ||||||
|  |  | ||||||
|     - name: Build |     - name: Build | ||||||
|       uses: https://github.com/docker/build-push-action@v2 |       uses: https://github.com/docker/build-push-action@v2 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user