Skip to content

Commit b3980f4

Browse files
authored
Update main.yml
1 parent 90d8d24 commit b3980f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and push Docker image
3232
uses: docker/build-push-action@v5
3333
with:
34-
context: . # Path to your Dockerfile, '.' for current directory
34+
context: /Custom Docker Image/ # Path to your Dockerfile, '.' for current directory
3535
push: true
3636
tags:
3737

0 commit comments

Comments
 (0)