Skip to content

Commit 960e732

Browse files
committed
Fix path
1 parent 9334123 commit 960e732

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
- name: Build and push Docker image
5151
uses: docker/build-push-action@v2
5252
with:
53-
context: .devcontainer
54-
file: .devcontainer/Dockerfile
53+
file: Dockerfile
5554
push: true
5655
platforms: linux/amd64,linux/arm64,linux/arm/v7
5756
tags: ${{ steps.set_output.outputs.container_name }}

0 commit comments

Comments
 (0)