Skip to content

v2.19.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 23:00
· 11 commits to main since this release
77bc92a
chore/workflow-update/draft/0 (#2298)

* build(docker): update dockerfile

[1] ────
Update Dockerfile for dynamic secret injection at runtime.
[2] ────
Add new 'env/.env.docker.file' for environment variables to be used for on docker image creation (safe for version control).
[3] ────
Add new '.scripts/*' for new docker image (1) entrypoint and (2) enviornment variable replacing at run-time.

* build(docker): update

[1] ────
Update 'docker-compose.yml' to accomodate for run-time environments injection.
[2] ────
Update '.dockerignore' to latest project structure.

* chore(env): replace & new

[1] ────
Displace the '.env.example' in './' to 'env/*' directory named '.env.placeholder.docker.scores'.

* chore(git): update

[1] ────
Update '.gitignore' to latest structure.

* chore(vite): update

[1] ────
Update 'vite.config.ts' for code clean up, better commenting and 'build-time' logs.

* ci(github): rename actions

[1] ────
Rename '.github/workflow/*' files and some redundant code clean up.

* chore(make): update

[1] ────
Update 'Makefile' for new target 'docker-image-build' that builds the betarena scores image.

* build(docker): update scripts

[1] ────
Update '.scripts/docker.env.inject.sh' for secret injection adjustment and respective clean up of intermediate evnrionment variables.

* ci(github): update test actions

[1] ────
Update 'pr.main.tag.yml' for 'github actions' to make use of a new 'docker image build & publish' job.
[2] ────
Update 'Makefile' for 'github actions' new target named 'docker-image-publish-to-registry'.

* build(package,docker): update

[1] ────
Update 'package.json' for updated 'scripts' definitions with standard Betarena code format.
[2] ────
Add snapshot for 'pnpm' with the 'pnpm-lock.yaml' file.
[3] ────
Update 'Dockerfile' and '.scripts' for the respective changes in 'package.json > scripts' declarations name change.

* ci(github): update actions

[1] ────
Update '.github/workflow/*' for changes in code format to match Betarena standard.

* chore(makefile): remove targets

[1] ────
Update Makefile to remove target for 'dev-local-1-click' which is deemed redundant.

* ci(github): update actions

[1] ────
Update '.github/workflow/*' for update in check branch.