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 5fdec6a commit f85043cCopy full SHA for f85043c
.github/workflows/dockerimage.yml
@@ -17,7 +17,7 @@ jobs:
17
IMAGE_NAME: 'main'
18
TAG: 'latest'
19
DOCKERFILE_PATH: 'stable/alpine/Dockerfile'
20
- BUILD_CONTEXT: '.'
+ BUILD_CONTEXT: 'stable/alpine/'
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
0 commit comments