Changing how build-args are sent to docker build action
This commit is contained in:
parent
ce81225260
commit
58e815bd55
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -29,5 +29,4 @@ jobs:
|
||||||
tags: ghcr.io/cgduncan7/autobaan:latest
|
tags: ghcr.io/cgduncan7/autobaan:latest
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
build-args:
|
build-args: GIT_COMMIT=${{ env.GIT_COMMIT }}
|
||||||
- GIT_COMMIT: ${{ env.GIT_COMMIT }}
|
|
||||||
Loading…
Add table
Reference in a new issue