stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

Fix tagged push workflow #29

Closed sreuland closed 1 year ago

sreuland commented 1 year ago

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.