mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-04 06:13:09 +00:00
Make compose smoke image tag unique per CI run
This commit is contained in:
parent
cf99459c1a
commit
c027629f46
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -280,7 +280,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TMPDIR: ${{ github.workspace }}/.tmp
|
TMPDIR: ${{ github.workspace }}/.tmp
|
||||||
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
||||||
NOMOS_TESTNET_IMAGE: nomos-testnet:local
|
NOMOS_TESTNET_IMAGE: nomos-testnet:${{ github.run_id }}
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
CARGO_PROFILE_DEV_DEBUG: 0
|
CARGO_PROFILE_DEV_DEBUG: 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user