Skip to content

Commit 6ea48a8

Browse files
committed
Fix path to goose dockerfile
Signed-off-by: Siteshwar Vashisht <[email protected]>
1 parent d81b51f commit 6ea48a8

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
@@ -15,7 +15,7 @@ jobs:
1515
registry_namespace: "jotnar"
1616
registry_username: ${{ secrets.REGISTRY_LOGIN }}
1717
registry_token: ${{ secrets.REGISTRY_TOKEN }}
18-
dockerfile: "./Containerfile"
18+
dockerfile: "goose-container/Containerfile"
1919
docker_context: "goose-container"
2020
image_name: "goose"
2121
# tag: "staging"

0 commit comments

Comments
 (0)