Fix typo
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user