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