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 3d0fd24 commit 18d3595Copy full SHA for 18d3595
1 file changed
.github/workflows/docker-build.yml
@@ -6,6 +6,7 @@ env:
6
REGISTRY: ghcr.io
7
# github.repository as <account>/<repo>
8
IMAGE_NAME: ${{ github.repository }}
9
+ DOCKERFILE_PATH: ./ubuntu.Dockerfile # or specify a custom path if the Dockerfile is not in the root
10
11
12
jobs:
0 commit comments