You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/.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.
1 year ago
..
cron-licenses.yml Build nightly binaries with Actions (#25308) 1 year ago
cron-lock.yml Don't run build and test if only docs changed (#24530) 1 year ago
cron-translations.yml Build nightly binaries with Actions (#25308) 1 year ago
files-changed.yml Only run `docker-dryrun` when necessary (#25329) 1 year ago
pull-compliance.yml Add template linting via djlint (#25212) 1 year ago
pull-db-tests.yml GitHub Actions enhancements for frontend (#25150) 1 year ago
pull-docker-dryrun.yml Only run `docker-dryrun` when necessary (#25329) 1 year ago
pull-e2e-tests.yml GitHub Actions enhancements for frontend (#25150) 1 year ago
release-nightly.yml Use Actions git context instead of dynamically created buildkit one (#25381) 1 year ago