From c0ed5031e66abb423b3ddbca5e10e03f3a30ea55 Mon Sep 17 00:00:00 2001 From: Joel Krauska Date: Tue, 4 Nov 2025 20:00:01 -0800 Subject: [PATCH] symlink --- .github/workflows/container.yml | 2 +- Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 Dockerfile diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 17ab023..8917a4b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -39,7 +39,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ./Containerfile + file: ./Dockerfile push: ${{ github.event_name != 'pull_request' }} labels: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }} diff --git a/Dockerfile b/Dockerfile new file mode 120000 index 0000000..06f4bb6 --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +Continerfile \ No newline at end of file