This commit is contained in:
Manav Rathi 2024-03-27 13:08:27 +05:30
parent 4a4a6ba44a
commit 741c968c8a
No known key found for this signature in database

View file

@ -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 }}