From 0b0af4ca2e8cce2c15e5ee7f07949d68e1fd98e4 Mon Sep 17 00:00:00 2001 From: usmansbk Date: Mon, 18 Dec 2023 14:18:45 +0100 Subject: [PATCH] nit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3a187a..e01a30d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,4 +37,4 @@ jobs: push: true tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.repository }}:${{ github.ref_name }} env: - DOTENV_KEY: ${{ secrets.DOTENV_ME }} + DOTENV_ME: ${{ secrets.DOTENV_ME }}