Enable tags on system-test repo to generate a push of docker image.
Release tags for system-test don't need to push an image, because system-test usage is based on checkout, build, run. But, with this setting, can create a tag on a non-release oriented branch and modify Dockerfile.yml with pinned versions of components and tag that, such as for the versioned components for a soroban release instance, such as a tag of soroban-preview-7 - which triggers docker image push of stellar/system-test:soroban-preview-7, a snapshot of system and test assertions.
Enable tags on system-test repo to generate a push of docker image.
Release tags for system-test don't need to push an image, because system-test usage is based on checkout, build, run. But, with this setting, can create a tag on a non-release oriented branch and modify Dockerfile.yml with pinned versions of components and tag that, such as for the versioned components for a soroban release instance, such as a tag of
soroban-preview-7
- which triggers docker image push ofstellar/system-test:soroban-preview-7
, a snapshot of system and test assertions.