Update build-images.yaml
use ${{ env.VERSION }}
This commit is contained in:
parent
65783f7e0b
commit
d2a98ff178
4
.github/workflows/build-images.yaml
vendored
4
.github/workflows/build-images.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
with:
|
||||
context: ./images/build-deps
|
||||
push: true
|
||||
build-args: VERSION=$VERSION
|
||||
build-args: VERSION=${{ env.VERSION }}
|
||||
tags: |
|
||||
uazo/build-deps:${{ env.VERSION }}
|
||||
|
||||
@ -55,6 +55,6 @@ jobs:
|
||||
with:
|
||||
context: ./images/chr-source
|
||||
push: true
|
||||
build-args: VERSION=$VERSION
|
||||
build-args: VERSION=${{ env.VERSION }}
|
||||
tags: |
|
||||
uazo/chromium:${{ env.VERSION }}
|
||||
|
Loading…
Reference in New Issue
Block a user