Skip to content

Commit 306eea3

Browse files
authored
Merge pull request #36 from siteshwar/fix-dockerfile-path
Fix path to goose dockerfile
2 parents d81b51f + 6ea48a8 commit 306eea3

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)