neo-go/.github/workflows
Roman Khimov 7b6f23ee7e workflows: move docker push logic to the Build workflow
publish_to_dockerhub.yml duplicated build.yml and run_tests.yml in many
ways. We always want to build docker images, it's just that we don't push them
on every occasion and there is some additional logic around the latest
tag. We also want to publish multiarch images now, so all of this logic better
be consolidated in one workflow. It doesn't depend on tests, since we only
publish on release or on manual run, so it's known to be good.
2022-07-20 17:39:31 +03:00
..
build.yml workflows: move docker push logic to the Build workflow 2022-07-20 17:39:31 +03:00
codeql-analysis.yml .github: update codeql version, fix #2522 2022-05-28 22:54:50 +03:00
run_tests.yml workflows: add MacOS CLI build and test configurations 2022-07-20 17:32:54 +03:00