* add ghw and scripts for docker image deployment
* debug
* add permissions for content
* fix path to the bin folder
* add tags
* rename env
* fix path to docker file
* make polkadot-parachain executable
* fix typo
* fix more typos
* test
* revert back use of working directory
* mke bin executable in the artifacts folder
* use cd instead of working directory
* change path to cash
* fix path to cash
* change cache key
* delete old flows
* addressed PR comments
* fix path
* reorg docker files
* add lib.sh file from polkadot to reuse existing functionality
* use personal repo for test
* add debug line for visibility
* add more debug
* make lib.sh executable
* more debugging
* add permissons to read conents
* test write permissions for the contents
* try download wothout token
* cleanup
* add lib.sh from polkadot to the manual step
* add new manual docker image build + renaming of the release image build
* replace existing manual docker image publishing to test
* add checkout of lib.sh from polkadot
* copy lib.sh from temp to the artifacts folder
* change path to the artifacts folder and cleanup
* rename to test
* make binary executable
* fix path to binary in the for loop
* add debug
* make bin executable right after fetching it
* change is_final field to a string value
* Add semver version extraction for a tag
* add tags to the image
* tag iamge after it was built
* refactor tagging
* fix docker owner issue in build step
* push right after tagging in loop
* rename of the file
* cleanup
* update workflow description
Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
* use choice to determine type of the image
* add combimed flow for image piublishing
* change conditions
* change conditions for event action
* test another conditions
* fix conditions
* fix typo in conditions
* split fetching artifacts into release and rc
* fix if
* split the rest based on rc or release image
* refactor push and check
* fix if in rc artifacts fetch
* copy lib.sh to the artifacts dir
* cleanup
* address PR comments
---------
Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
* rename polkadot-collator to polkadot-parachain
Not every node has to be a collator.
* Update README.md
Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
* rename docker file
* Update .github/workflows/extrinsic-ordering-check-from-bin.yml
Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
* Versioning scheme that tracks polkadot relay chain
but allows for patch releases by having a 0 at the end.
(`-patch1` patch naming schemes were discussed but they
were judged to cause downstream packagers pain.)
* update name
* update lock file
Co-authored-by: Chevdor <chevdor@users.noreply.github.com>