Skip to content

Commit 846c4c4

Browse files
committed
fix: Adjust code-server build context
1 parent c225b44 commit 846c4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
id: docker_build_code-server
142142
uses: docker/[email protected]
143143
with:
144-
context: .
144+
context: ./docker/code-server
145145
file: ./docker/code-server/Dockerfile
146146
tags: ${{ steps.meta.outputs.tags }}
147147
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)