diff --git a/META.json b/META.json index 81a6b8d9..14402555 100644 --- a/META.json +++ b/META.json @@ -66,107 +66,107 @@ "provides" : { "Mojolicious::Plugin::Yancy" : { "file" : "lib/Mojolicious/Plugin/Yancy.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy" : { "file" : "lib/Yancy.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Backend::Dbic" : { "file" : "lib/Yancy/Backend/Dbic.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Backend::Mysql" : { "file" : "lib/Yancy/Backend/Mysql.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Backend::Pg" : { "file" : "lib/Yancy/Backend/Pg.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Backend::Role::MojoAsync" : { "file" : "lib/Yancy/Backend/Role/MojoAsync.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Backend::Role::Relational" : { "file" : "lib/Yancy/Backend/Role/Relational.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Backend::Role::Sync" : { "file" : "lib/Yancy/Backend/Role/Sync.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Backend::Sqlite" : { "file" : "lib/Yancy/Backend/Sqlite.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Command::backend" : { "file" : "lib/Yancy/Command/backend.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Command::backend::copy" : { "file" : "lib/Yancy/Command/backend/copy.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Controller::Yancy" : { "file" : "lib/Yancy/Controller/Yancy.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Controller::Yancy::API" : { "file" : "lib/Yancy/Controller/Yancy/API.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Controller::Yancy::MultiTenant" : { "file" : "lib/Yancy/Controller/Yancy/MultiTenant.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Auth" : { "file" : "lib/Yancy/Plugin/Auth.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Auth::Basic" : { "file" : "lib/Yancy/Plugin/Auth/Basic.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Auth::Github" : { "file" : "lib/Yancy/Plugin/Auth/Github.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Auth::OAuth2" : { "file" : "lib/Yancy/Plugin/Auth/OAuth2.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Auth::Password" : { "file" : "lib/Yancy/Plugin/Auth/Password.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Auth::Role::RequireUser" : { "file" : "lib/Yancy/Plugin/Auth/Role/RequireUser.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Auth::Token" : { "file" : "lib/Yancy/Plugin/Auth/Token.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Editor" : { "file" : "lib/Yancy/Plugin/Editor.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::File" : { "file" : "lib/Yancy/Plugin/File.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Form" : { "file" : "lib/Yancy/Plugin/Form.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Plugin::Form::Bootstrap4" : { "file" : "lib/Yancy/Plugin/Form/Bootstrap4.pm", - "version" : "1.047" + "version" : "1.048" }, "Yancy::Util" : { "file" : "lib/Yancy/Util.pm", - "version" : "1.047" + "version" : "1.048" } }, "release_status" : "stable", @@ -182,7 +182,7 @@ }, "x_IRC" : "irc://irc.freenode.org/#mojo-yancy" }, - "version" : "1.047", + "version" : "1.048", "x_authority" : "cpan:PREACTION", "x_contributors" : [ "Ed J ", diff --git a/README.mkdn b/README.mkdn index 06abef71..0d1043cd 100644 --- a/README.mkdn +++ b/README.mkdn @@ -7,7 +7,7 @@ Yancy - A simple framework and editor for content-driven Mojolicious websites # VERSION -version 1.047 +version 1.048 # SYNOPSIS diff --git a/dist.ini b/dist.ini index 5b2f8a87..a996b143 100644 --- a/dist.ini +++ b/dist.ini @@ -122,10 +122,11 @@ allow_dirty_match = .*[.]PL [Git::Push] [Run::AfterBuild / build docker images] -run = docker build -f eg/docker/Dockerfile --pull --tag preaction/yancy:latest "%d" -run = docker build -f eg/docker/Dockerfile.pg --tag preaction/yancy:latest-pg "%d" -run = docker build -f eg/docker/Dockerfile.mysql --tag preaction/yancy:latest-mysql "%d" -run = docker build -f eg/docker/Dockerfile.sqlite --tag preaction/yancy:latest-sqlite "%d" +run = [ "$CI" != "true" ] && docker build -f eg/docker/Dockerfile --pull --tag preaction/yancy:latest "%d" +run = [ "$CI" != "true" ] && docker build -f eg/docker/Dockerfile.pg --tag preaction/yancy:latest-pg "%d" +run = [ "$CI" != "true" ] && docker build -f eg/docker/Dockerfile.mysql --tag preaction/yancy:latest-mysql "%d" +run = [ "$CI" != "true" ] && docker build -f eg/docker/Dockerfile.sqlite --tag preaction/yancy:latest-sqlite "%d" +fatal_errors = false [Run::AfterRelease / release docker images] run = docker build -f eg/docker/Dockerfile --pull --tag preaction/yancy:latest --tag preaction/yancy:v%v "%d"