fix push target #9
@@ -29,13 +29,6 @@ jobs:
 | 
			
		||||
        uses: docker/build-push-action@v6
 | 
			
		||||
        with:
 | 
			
		||||
          platforms: linux/amd64
 | 
			
		||||
          push: false
 | 
			
		||||
          push: true
 | 
			
		||||
          tags: |
 | 
			
		||||
            cac:latest
 | 
			
		||||
      
 | 
			
		||||
      - name: Push image to Gitea 
 | 
			
		||||
        run: |
 | 
			
		||||
          docker buildx imagetools create \
 | 
			
		||||
            --tag repo.anhonesthost.net/cloud-hosting-platform/cac:latest \
 | 
			
		||||
            cac:latest         
 | 
			
		||||
      
 | 
			
		||||
            repo.anhonesthost.net/cloud-hosting-platform/cac:latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user