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:
|
with:
|
||||||
context: ./images/build-deps
|
context: ./images/build-deps
|
||||||
push: true
|
push: true
|
||||||
build-args: VERSION=$VERSION
|
build-args: VERSION=${{ env.VERSION }}
|
||||||
tags: |
|
tags: |
|
||||||
uazo/build-deps:${{ env.VERSION }}
|
uazo/build-deps:${{ env.VERSION }}
|
||||||
|
|
||||||
@ -55,6 +55,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./images/chr-source
|
context: ./images/chr-source
|
||||||
push: true
|
push: true
|
||||||
build-args: VERSION=$VERSION
|
build-args: VERSION=${{ env.VERSION }}
|
||||||
tags: |
|
tags: |
|
||||||
uazo/chromium:${{ env.VERSION }}
|
uazo/chromium:${{ env.VERSION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user