We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd75cc commit 8c4b430Copy full SHA for 8c4b430
.github/workflows/dockerimage.yml
@@ -13,4 +13,4 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: Build the Docker image
16
- run: docker build . --file ./docker/apache/Dockerfile --tag latest:$(date +%s)
+ run: docker build . --file ./.docker/apache/Dockerfile --tag latest:$(date +%s)
0 commit comments