Explorar o código

update build.rc.yml

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
277d70c791
Modificáronse 1 ficheiros con 1 adicións e 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