From 491c77ec84bfd56c9fe09a29ce77859dafece12e Mon Sep 17 00:00:00 2001 From: Joss Whittle Date: Tue, 26 Mar 2024 22:07:56 +0000 Subject: [PATCH] fix: Rename Dockefile to Dockerfile (#601) --- .github/workflows/tre-sql-trino-container.yaml | 2 +- src/Tre-SQL-Trino/{Dockefile => Dockerfile} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Tre-SQL-Trino/{Dockefile => Dockerfile} (100%) diff --git a/.github/workflows/tre-sql-trino-container.yaml b/.github/workflows/tre-sql-trino-container.yaml index f5bed5880..b30b2e2df 100644 --- a/.github/workflows/tre-sql-trino-container.yaml +++ b/.github/workflows/tre-sql-trino-container.yaml @@ -31,7 +31,7 @@ jobs: cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }} slack-channel: ${{ vars.SLACK_CHANNEL }} build-file: src/Tre-SQL-Trino/Dockerfile - build-context: src + build-context: src/Tre-SQL-Trino secrets: cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }} cosign-password: ${{ secrets.COSIGN_PASSWORD }} diff --git a/src/Tre-SQL-Trino/Dockefile b/src/Tre-SQL-Trino/Dockerfile similarity index 100% rename from src/Tre-SQL-Trino/Dockefile rename to src/Tre-SQL-Trino/Dockerfile