mirror of
				https://github.com/tobychui/zoraxy.git
				synced 2025-10-31 22:14:07 +01:00 
			
		
		
		
	Fix: main.yml
Some things somehow passed by me and needed fixing. Updated the actions in the process.
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -9,15 +9,15 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - name: Checkout code | ||||
|         uses: actions/checkout@v2 | ||||
|         uses: actions/checkout@v4 | ||||
|         with: | ||||
|           ref: ${{ github.event.release.tag_name }} | ||||
|  | ||||
|       - name: Set up QEMU | ||||
|         uses: docker/setup-qemu-action@v2 | ||||
|         uses: docker/setup-qemu-action@v3 | ||||
|  | ||||
|       - name: Set up Docker Buildx | ||||
|         uses: docker/setup-buildx-action@v2 | ||||
|         uses: docker/setup-buildx-action@v3 | ||||
|  | ||||
|       - name: Login to Docker & GHCR | ||||
|         run: | | ||||
| @@ -37,9 +37,9 @@ jobs: | ||||
|             --build-arg VERSION=${{ github.event.release.tag_name }} \ | ||||
|             --provenance=false \ | ||||
|             --platform linux/amd64,linux/arm64 \ | ||||
|             --tag ${{ secrets.DOCKER_USERNAME }}/zoraxy:${{ github.event.release.tag_name }} \ | ||||
|             --tag ${{ secrets.DOCKER_USERNAME }}/zoraxy:latest \ | ||||
|             --tag zoraxydocker/zoraxy:${{ github.event.release.tag_name }} \ | ||||
|             --tag zoraxydocker/zoraxy:latest \ | ||||
|             # Since this is still undetermined, I will leave it commented | ||||
|             #--tag ghcr.io/${{ secrets.GHCR_USERNAME }}/zoraxy:${{ steps.get_latest_release_tag.outputs.latest_tag }} \ | ||||
|             #--tag ghcr.io/${{ secrets.GHCR_USERNAME }}/zoraxy:latest \ | ||||
|             #--tag ghcr.io/zoraxydocker/zoraxy:${{ steps.get_latest_release_tag.outputs.latest_tag }} \ | ||||
|             #--tag ghcr.io/zoraxydocker/zoraxy:latest \ | ||||
|             . | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 PassiveLemon
					PassiveLemon