✨ chore: streamline Dockerfile and remove redundant steps
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -32,11 +32,6 @@ jobs:
|
||||
EOF
|
||||
echo "Created .env file:" && cat .env
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
|
||||
|
||||
- name: Build & Push Docker Image
|
||||
run: |
|
||||
# Nutzt den Branch-Namen aus dem auslösenden Workflow
|
||||
|
||||
Reference in New Issue
Block a user