Fix typo
This commit is contained in:
parent
4a4a6ba44a
commit
741c968c8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-publish.yml
vendored
2
.github/workflows/server-publish.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue