Hail mary failed, moving back to older ubuntu???
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Publish Website / publish (push) Failing after 4m6s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Publish Website / publish (push) Failing after 4m6s
				
			This commit is contained in:
		@@ -8,13 +8,9 @@ on:
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  publish:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-22.04
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Update and Upgrade
 | 
			
		||||
        run: |
 | 
			
		||||
           apt update
 | 
			
		||||
           apt upgrade -y
 | 
			
		||||
      # 1. Checkout the website repository (your app code)
 | 
			
		||||
      # ------------------------------------------------------------
 | 
			
		||||
      - name: Checkout website repo
 | 
			
		||||
@@ -64,8 +60,6 @@ jobs:
 | 
			
		||||
      # ------------------------------------------------------------
 | 
			
		||||
      - name: Stop existing stack (ignore if none)
 | 
			
		||||
        shell: bash
 | 
			
		||||
        env:
 | 
			
		||||
          COMPOSE_PROFILES="*"
 | 
			
		||||
        run: |
 | 
			
		||||
          cd ./website
 | 
			
		||||
          docker compose down --remove-orphans || true
 | 
			
		||||
@@ -74,6 +68,5 @@ jobs:
 | 
			
		||||
        shell: bash
 | 
			
		||||
        working-directory: website
 | 
			
		||||
        run: |
 | 
			
		||||
          docker buildx bake -f bake.json
 | 
			
		||||
          docker compose build --no-cache
 | 
			
		||||
          docker compose up -d 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user