put docker image in own folder
Some checks failed
Docker Build Workflow / Lint Dockerfile (push) Failing after 4s
Docker Build Workflow / Build and Push Docker Image (push) Failing after 43s

This commit is contained in:
2026-04-11 22:20:53 +02:00
parent 96508d102f
commit 6d19f77edf
3 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
dockerfile: docker/Dockerfile
build:
name: Build and Push Docker Image
@@ -78,6 +78,7 @@ jobs:
env:
ACTIONS_RUNTIME_TOKEN: ''
with:
file: docker/Dockerfile
pull: true
push: true
labels: ${{ steps.meta.outputs.labels }}