Browse Source

up build.yml

ljw 1 year ago
parent
commit
30eb14702f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -39,7 +39,7 @@ env:
39 39
   DOCKERHUB_IMAGE_NAMESPACE: ${{ github.event.inputs.DOCKERHUB_IMAGE_NAMESPACE || github.actor }}
40 40
   GHCR_IMAGE_NAMESPACE: ${{ github.event.inputs.GHCR_IMAGE_NAMESPACE || github.actor }}
41 41
   SKIP_DOCKER_HUB: ${{ github.event.inputs.SKIP_DOCKER_HUB || 'false' }}
42
-  SKIP_GHCR: ${{ github.event.inputs.SKIP_GHCR }}
42
+  SKIP_GHCR: ${{ github.event.inputs.SKIP_GHCR || 'false' }}
43 43
 jobs:
44 44
   build:
45 45
     runs-on: ubuntu-latest