Use the correct commit, not the current one

This commit is contained in:
Manav Rathi
2024-03-27 13:02:46 +05:30
parent cb45a070be
commit 6588880b31

View File

@@ -32,7 +32,7 @@ jobs:
image: server
registry: ghcr.io
enableBuildKit: true
buildArgs: GIT_COMMIT=${GITHUB_SHA}
tags: ${GITHUB_SHA}, latest
buildArgs: GIT_COMMIT=$${ inputs.commit }}
tags: ${{ inputs.commit }}, latest
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}