hedgedoc/.github/workflows
David Mehren 5078b863c6 ci: build and test docker image
This adds a new workflow performing these steps:
- A development docker image is built and pushed to GHCR as
  'hedgedoc-ci' labeled with the commit hash
- Tests are run with the image
- If the tests are successful, a production image is built and
  pushed to GHCR as 'hedgedoc' labeled with the branch, version tag
  if available and the commit hash

At a later time, the built dev image can also be used to run E2E tests
with the other supported databases. Currently, this is not yet possible,
as the database is always expected to run on localhost, not other hosts.

Signed-off-by: David Mehren <git@herrmehren.de>
2022-03-21 14:57:27 +01:00
..
codeql-analysis.yml chore(deps): update actions/checkout action to v3 2022-03-05 10:40:33 +01:00
docker.yml ci: build and test docker image 2022-03-21 14:57:27 +01:00
e2e-tests.yml ci: move node version into a variable 2022-03-06 22:24:21 +01:00
nest.js.yml ci: move node version into a variable 2022-03-06 22:24:21 +01:00
njsscan-analysis.yml chore(deps): update actions/checkout action to v3 2022-03-05 10:40:33 +01:00
reuse.yml chore(deps): update actions/checkout action to v3 2022-03-05 10:40:33 +01:00