Explorar el Código

update build.rc.yml

Yuki Takei hace 6 años
padre
commit
277d70c791
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build-rc.yml

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

@@ -23,7 +23,7 @@ jobs:
         docker buildx build \
           --tag growi:latest \
           --platform linux/amd64 \
-          --output "type=image,push=false" \
+          --output "type=image,push=true" \
           --file ./docker/Dockerfile .
 
     - name: Login to docker.io registry