troubleshooting
This commit is contained in:
		@@ -2,11 +2,6 @@ name: Docker Build Workflow
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    tags:
 | 
					 | 
				
			||||||
      - '*' # Trigger bei Git-Tags
 | 
					 | 
				
			||||||
    branches:
 | 
					 | 
				
			||||||
      - '**' # Trigger bei allen Branches
 | 
					 | 
				
			||||||
  pull_request:
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  dockerfile_lint:
 | 
					  dockerfile_lint:
 | 
				
			||||||
@@ -25,6 +20,12 @@ jobs:
 | 
				
			|||||||
      image: docker:dind
 | 
					      image: docker:dind
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 | 
					      - name: Set up nodejs
 | 
				
			||||||
 | 
					        id: nodejs
 | 
				
			||||||
 | 
					        shell: sh
 | 
				
			||||||
 | 
					        run: |
 | 
				
			||||||
 | 
					          apk add nodejs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Checkout repository
 | 
					      - name: Checkout repository
 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user