Commit Graph

63 Commits (codespaces-support)

Author SHA1 Message Date
Florian Gabsteiger b0cb09309d Fix release asset name creation
The complete git ref name was used as part of the release asset filename for tagged commits.
This includes the refs/tags prefix, which fails as "/" characters can't be part of filenames.
To work around this, a step is added that extracts the pure tag name first.
5 years ago
Isaac Abadi 75c1c9e9b7 Fixed name of docker release workflow 5 years ago
Isaac Abadi c19e0bb881 Adds manually-triggered GH workflow for release builds 5 years ago
Florian Gabsteiger d93481640c automated release creation for tagged commits 5 years ago
Florian Gabsteiger 71814cbdc9 build via github actions 5 years ago
Florian Gabsteiger cb88c7bc7c do not push new docker images for pull requests 5 years ago
Tzahi12345 8f0739c0f9
Removes extra line
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
5 years ago
Tzahi12345 ab355d62a0
GitHub autobuild now uses nightly tag
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
5 years ago
Florian Gabsteiger 4d2d9a6b10 change docker image tag name to align with upstream 5 years ago
Florian Gabsteiger 89dfac1249 update job name to better reflect what it's actually doing 5 years ago
Florian Gabsteiger d4f81eb0ab add platform emulator 5 years ago
Florian Gabsteiger 6b7d0681d2 add automated multi-arch docker image build and push to dockerhub 5 years ago
Tzahi12345 44445f0b67
Added code analysis GH action 5 years ago