We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d8d24 commit b3980f4Copy full SHA for b3980f4
1 file changed
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build and push Docker image
32
uses: docker/build-push-action@v5
33
with:
34
- context: . # Path to your Dockerfile, '.' for current directory
+ context: /Custom Docker Image/ # Path to your Dockerfile, '.' for current directory
35
push: true
36
tags:
37
0 commit comments