@@ -1,4 +1,4 @@
-name: Release Docker Images for RC
+name: Release Docker Images (Default)
on:
push:
@@ -6,7 +6,6 @@ on:
- v3.*
branches:
- rc/*
- - support/github-actions
jobs:
@@ -26,6 +26,7 @@ jobs:
CACHE_REF=weseek/growi-cache:3-nocdn
docker buildx build \
--tag growi \
+ --build-arg flavor=nocdn \
--platform linux/amd64 \
--load \
--cache-from=type=registry,ref=$CACHE_REF \
@@ -1,10 +1,6 @@
name: Node CI
-# on: [push]
-on:
- push:
- branches:
- - dummy
+on: [push]