mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-12 05:50:07 +00:00
Fix env var references (#4604)
* self hosted docker builds attempted fix * fix env var references in docker builds
This commit is contained in:
parent
11027e3487
commit
ab37f02ddc
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -115,9 +115,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
file: ./Dockerfile.cross
|
file: ./Dockerfile.cross
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/${SHORT_ARCH}
|
platforms: linux/${{ env.SHORT_ARCH }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${IMAGE_NAME}:${VERSION}-${SHORT_ARCH}${VERSION_SUFFIX}${MODERNITY_SUFFIX}${FEATURE_SUFFIX}
|
tags: ${{ env.IMAGE_NAME }}:${{ env.VERSION }}-${{ env.SHORT_ARCH }}${{ env.VERSION_SUFFIX }}${{ env.MODERNITY_SUFFIX }}${{ env.FEATURE_SUFFIX }}
|
||||||
|
|
||||||
build-docker-multiarch:
|
build-docker-multiarch:
|
||||||
name: build-docker-multiarch${{ matrix.modernity }}
|
name: build-docker-multiarch${{ matrix.modernity }}
|
||||||
|
Loading…
Reference in New Issue
Block a user