Skip to content

Commit 1218db2

Browse files
committed
bypass dockers git context
1 parent fe925c1 commit 1218db2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-docker-dryrun.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
- name: Build regular container image
2222
uses: docker/build-push-action@v5
2323
with:
24+
context: .
2425
push: false
2526
tags: gitea/gitea:linux-amd64
2627
- name: Build rootless container image
2728
uses: docker/build-push-action@v5
2829
with:
30+
context: .
2931
push: false
3032
file: Dockerfile.rootless
3133
tags: gitea/gitea:linux-amd64

0 commit comments

Comments
 (0)