From 741c968c8ade5f777d04dadeab013e99c2c1240f Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 27 Mar 2024 13:08:27 +0530 Subject: [PATCH] Fix typo --- .github/workflows/server-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-publish.yml b/.github/workflows/server-publish.yml index 5badbff20..393fa899d 100644 --- a/.github/workflows/server-publish.yml +++ b/.github/workflows/server-publish.yml @@ -32,7 +32,7 @@ jobs: image: server registry: ghcr.io enableBuildKit: true - buildArgs: GIT_COMMIT=$${ inputs.commit }} + buildArgs: GIT_COMMIT=${{ inputs.commit }} tags: ${{ inputs.commit }}, latest username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}