Skip to content

Commit 60d1fdd

Browse files
authored
Merge pull request #60 from halfline/fix-github-workflow
workflows: Fix build-and-push workflow following Containerfile changes
2 parents 3aa20e1 + ad1d93a commit 60d1fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
registry_username: ${{ secrets.REGISTRY_LOGIN }}
1717
registry_token: ${{ secrets.REGISTRY_TOKEN }}
1818
dockerfile: "goose-container/Containerfile"
19-
docker_context: "goose-container"
19+
docker_context: "."
2020
image_name: "goose"
2121

2222
build-and-push-beeai-container:

0 commit comments

Comments
 (0)