Skip to content

Commit 860993a

Browse files
authored
Update build.yml
1 parent c4f79e0 commit 860993a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build and push Docker image
2929
uses: docker/build-push-action@v5
3030
with:
31-
context: .
31+
context: ./container
3232
push: true
3333
tags: ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
3434
labels: latest

0 commit comments

Comments
 (0)