Commit Graph

4 Commits

Author SHA1 Message Date
Nikola Derežić
ecf5f635f7 Modified registry authentication to use gitea.ACTOR/gitea.token instead of env variables
Some checks failed
Build and Push Docker Image / build (push) Failing after 19s
2026-01-09 11:54:35 +01:00
Nikola Derežić
8deb647b52 Add registry authentication using Gitea automatic secrets
Some checks failed
Build and Push Docker Image / build (push) Failing after 17s
Use GITEA_ACTOR and GITEA_TOKEN for Docker registry login. These secrets
are automatically provided by Gitea Actions and require no manual
configuration.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 11:48:17 +01:00
Nikola Derežić
881f9589ac (doc) removed obsolete section from README.md
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m22s
2026-01-09 11:41:27 +01:00
Nikola Derežić
70e721cc31 Initial commit: Gitea Actions demo project with Docker build
Some checks failed
Build and Push Docker Image / build (push) Failing after 6m27s
Add simple Node.js Hello World application with automated Docker build and
push workflow using Gitea Actions. The workflow builds and pushes images to
the Gitea registry with versioning from package.json.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 11:24:17 +01:00