mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Fix build-args for Docker GHA
This commit is contained in:
parent
31638b0805
commit
137d1b63d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker_publish.yml
vendored
2
.github/workflows/docker_publish.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v4
|
||||
with:
|
||||
build_args: VERSION=${{ env.V }}
|
||||
build-args: VERSION=${{ env.V }}
|
||||
context: .
|
||||
push: true
|
||||
provenance: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue