Skip to content

Commit 11ac449

Browse files
authored
Changing the path to the Dockerfile
Because I changed the location of the Dockerfile for k8s, I needed to change the path here because it points out to non-existant file
1 parent c100d70 commit 11ac449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
uses: docker/build-push-action@v5
2222
with:
2323
context: .
24-
file: ./Is.Web/Dockerfile
24+
file: ./Dockerfile
2525
push: true
2626
tags: macccy/iss-web:latest

0 commit comments

Comments
 (0)