diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 48c57b4..5731f63 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 }} diff --git a/.hadolint.yaml b/docker/.hadolint.yaml similarity index 100% rename from .hadolint.yaml rename to docker/.hadolint.yaml diff --git a/Dockerfile b/docker/Dockerfile similarity index 100% rename from Dockerfile rename to docker/Dockerfile