Skip to content

Commit 8c4b430

Browse files
authored
fix: corrected path
1 parent 0dd75cc commit 8c4b430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Build the Docker image
16-
run: docker build . --file ./docker/apache/Dockerfile --tag latest:$(date +%s)
16+
run: docker build . --file ./.docker/apache/Dockerfile --tag latest:$(date +%s)

0 commit comments

Comments
 (0)