From 6b3cf217a4cae3365fd4ca955bbf33e8bdeed341 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 8 Jan 2024 18:16:46 +0530 Subject: [PATCH] Update ghcr_deploy.yml --- .github/workflows/ghcr_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index e34bb3845..877f91eea 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -102,7 +102,7 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . - dockerfile: Dockerfile.database + file: Dockerfile.database push: true tags: ${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }} labels: ${{ steps.meta-database.outputs.labels }}