Explorar o código

fix build-rc.yml

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
3248176202
Modificáronse 1 ficheiros con 3 adicións e 5 borrados
  1. 3 5
      .github/workflows/build-rc.yml

+ 3 - 5
.github/workflows/build-rc.yml

@@ -26,11 +26,11 @@ jobs:
           --platform linux/amd64 \
           --output "type=image,push=false" \
           --file ./docker/Dockerfile.dummy .
-        sh /bin/github-actions/docker-images.sh
+        sh ./bin/github-actions/docker-images.sh
 
     - name: List docker images
       run: |
-        sh /bin/github-actions/docker-images.sh
+        sh ./bin/github-actions/docker-images.sh
 
     - name: Login to docker.io registry
       run: |
@@ -40,9 +40,7 @@ jobs:
       run: |
         semver=`npm run version --silent`
         echo ::set-env name=SEMVER::$(echo $semver)
-
-        # FIXME: debug code
-        sh /bin/github-actions/docker-images.sh
+        sh ./bin/github-actions/docker-images.sh
 
     - name: Docker Tags by SemVer
       uses: weseek/ghaction-docker-tags-by-semver@v1