troubleshooting
All checks were successful
Docker Build Workflow / Lint Dockerfile (push) Successful in 3s
Docker Build Workflow / Build and Push Docker Image (push) Successful in 41s

This commit is contained in:
2025-10-31 11:59:15 +01:00
parent 582891e9ec
commit f47889579a

View File

@@ -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