We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f725b52 commit 0d2a5fdCopy full SHA for 0d2a5fd
.github/workflows/build-docker-image-manual.yml
@@ -20,9 +20,9 @@ jobs:
20
timeout-minutes: 300
21
env:
22
DOCKERFILE_PATH: share/docker/Dockerfile
23
- DOCKERFILE_PERMALINK: https://raw.githubusercontent.com/OpenFAST/openfast/main/share/docker/Dockerfile
24
- DOCKERHUB_REPOSITORY: nrel/openfast
25
- GH_REGISTRY: ghcr.io/openfast/openfast
+ DOCKERFILE_PERMALINK: https://raw.githubusercontent.com/dutLQG/openfast/main/share/docker/Dockerfile
+ DOCKERHUB_REPOSITORY: dutLQG/openfast
+ GH_REGISTRY: ghcr.io/dutlqg/openfast
26
permissions:
27
contents: read
28
packages: write
0 commit comments