1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 16:25:50 +00:00
gitea/.github/workflows
techknowlogick feda506321
Use Actions git context instead of dynamically created buildkit one (#25381)
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.
2023-06-20 01:37:32 -04:00
..
cron-licenses.yml Build nightly binaries with Actions (#25308) 2023-06-16 17:00:39 +00:00
cron-lock.yml Don't run build and test if only docs changed (#24530) 2023-05-16 02:53:18 +00:00
cron-translations.yml Build nightly binaries with Actions (#25308) 2023-06-16 17:00:39 +00:00
files-changed.yml Only run docker-dryrun when necessary (#25329) 2023-06-18 22:53:20 -04:00
pull-compliance.yml Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
pull-db-tests.yml GitHub Actions enhancements for frontend (#25150) 2023-06-14 23:30:37 +08:00
pull-docker-dryrun.yml Only run docker-dryrun when necessary (#25329) 2023-06-18 22:53:20 -04:00
pull-e2e-tests.yml GitHub Actions enhancements for frontend (#25150) 2023-06-14 23:30:37 +08:00
release-nightly.yml Use Actions git context instead of dynamically created buildkit one (#25381) 2023-06-20 01:37:32 -04:00