Compare commits
	
		
			1 Commits
		
	
	
		
			a8ab52cf54
			...
			d6dab34e11
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d6dab34e11 | 
| @@ -13,8 +13,8 @@ jobs: | |||||||
|  |  | ||||||
|     - name: Install prerequisites |     - name: Install prerequisites | ||||||
|       run: | |       run: | | ||||||
|         sudo apt-get update |         apt-get update | ||||||
|         sudo apt-get install -y xz-utils unzip |         apt-get install -y xz-utils unzip | ||||||
|  |  | ||||||
|     - uses: https://gitea.com/actions/checkout@v4 |     - uses: https://gitea.com/actions/checkout@v4 | ||||||
|  |  | ||||||
| @@ -25,6 +25,8 @@ jobs: | |||||||
|         username: ${{ secrets.docker_username }} |         username: ${{ secrets.docker_username }} | ||||||
|         password: ${{ secrets.docker_password }} |         password: ${{ secrets.docker_password }} | ||||||
|  |  | ||||||
|  |     - name: Set up Docker Buildx | ||||||
|  |       uses: https://github.com/docker/setup-buildx-action@v3 | ||||||
|  |  | ||||||
|     - 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