Skip to content

Commit 990fd19

Browse files
Dockerfile Path Updated
1 parent d60b3ee commit 990fd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build the Docker image
2727
run: docker build --tag
2828
${SERVICE_NAME}:latest --file
29-
Dockerfile ./gsr-mirror
29+
Dockerfile /gsr-mirror
3030
- name: GitHub Image Push
3131
run: docker push $SERVICE_NAME:latest
3232

0 commit comments

Comments
 (0)