Skip to content

Commit

Permalink
fix: corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten authored Feb 13, 2025
1 parent 0dd75cc commit 8c4b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit 8c4b430

Please sign in to comment.