Yuki Takei пре 6 година
родитељ
комит
277d70c791
1 измењених фајлова са 1 додато и 1 уклоњено
  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