0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-01 17:25:44 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Giteabot
28ed763f55
Use Actions git context instead of dynamically created buildkit one () ()
Backport  by @techknowlogick

The [docker/build-push-action@v2
action](https://github.com/docker/build-push-action) by default ignores
the checkout created using the actions/checkout@v2 action. When you pass
a git build context to docker build, it wouldn't include the .git
directory.

By passing `context: .` to the build step then it'll use the Actions git
context which includes the git fetch from the earlier step.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2023-06-20 08:52:38 +02:00
Giteabot
10fcb55507
Fetch all git data for embedding correct version in docker image () ()
Backport  by @techknowlogick

Fix 

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2023-06-20 03:07:51 +00:00
Giteabot
aa4c9c3215
build nightly docker images () ()
Backport  by @techknowlogick

followup of https://github.com/go-gitea/gitea/pull/25308 this time to
build & push nightly docker images

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2023-06-18 11:09:30 +00:00
Giteabot
4ea38bba73
Build nightly binaries with Actions () ()
Backport  by @techknowlogick

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: silverwind <me@silverwind.io>
2023-06-16 19:59:20 +02:00