mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-19 05:10:36 +01:00
bypass dockers git context
This commit is contained in:
parent
fe925c16a9
commit
1218db2867
2
.github/workflows/pull-docker-dryrun.yml
vendored
2
.github/workflows/pull-docker-dryrun.yml
vendored
@ -21,11 +21,13 @@ jobs:
|
||||
- name: Build regular container image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
tags: gitea/gitea:linux-amd64
|
||||
- name: Build rootless container image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
file: Dockerfile.rootless
|
||||
tags: gitea/gitea:linux-amd64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user