Commit Graph

404 Commits

Author SHA1 Message Date
Sven Pfleiderer 282b038713 Update push docker container to support container registry
Also simplify the existing workflow by replacing shell code with actions
2021-05-26 10:41:53 -07:00
Luca Casonato 7c29ac2481 switch to official denoland/setup-deno action (#909)
* switch to official denoland/setup-deno action

Also adds formatting and linting to the workflow (like dart workflow), and use uniform capitalization.

* update commit hash

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-05-24 16:02:03 -04:00
jianboy 069c83c04b Merge branch 'main' into hotfix/jianboy-add-path-bug 2021-05-06 06:18:18 +08:00
Divyanshu Agrawal dd69301f6f Remove default value of env 'APP_PORT' (#896)
As oc-new-app action now has 'port' as an optional input
So, removing default value of env 'APP_PORT'

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-05-05 18:16:37 -04:00
liuyuqi-dellpc 19bbf1470b fix add path bug. 2021-05-04 19:45:29 +08:00
Ken Luke 0648edd177 Merge branch 'main' into hungri-yeti-patch-1 2021-05-03 17:30:51 -07:00
Anatoli Babenia 86a37d4cad Do not use fail-fast when testing multiple Pythons 2021-05-02 05:45:26 +03:00
Andy McKay 6512983477 Merge branch 'main' into patch-1 2021-04-27 11:36:05 -07:00
Shivam Mathur 8ce9196a32 Update shivammathur/setup-php in laravel.yml (#886) 2021-04-27 13:12:11 -04:00
Clément Grégoire b6db8893f5 Merge branch 'main' into patch-1 2021-04-24 07:17:07 +02:00
Ken Luke 5ac32fc097 instruments is depreacted, update to use xcrun xctrace
The instruments command is deprecated as of Xcode 12 (https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes). Updated to use the corresponding `xcrun` command.
2021-04-23 11:33:14 -07:00
eric sciple 6a69f367db Update starter workflows to specify permissions 2021-04-21 16:32:53 -05:00
sceee 7d3cfbd035 Add recursive write permissions to "/srv/jekyll"
Add recursive write permissions to the site directory to avoid permission denied errors in case of jekyll requiring to create the output directory
2021-04-15 18:17:57 +02:00
Andy McKay 01a4b85c82 Merge branch 'main' into use-setup-node-v2 2021-04-09 15:20:06 -07:00
Andy McKay d0084fca76 Merge branch 'main' into use-setup-node-v2 2021-04-09 15:16:40 -07:00
John Bohannon a5afdf4028 Update openshift.yml 2021-04-05 15:01:23 -04:00
Alena Sviridenko 9934c535bb Merge branch 'main' into setup-java-v2-update 2021-04-05 17:45:30 +03:00
Alena Sviridenko 1f729c2f02 Fixed docs path
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
2021-04-05 17:44:33 +03:00
Andy McKay 9bca1b7807 Merge branch 'main' into composer-no-suggest 2021-03-25 07:39:33 -07:00
divyansh42 c08e24c17b Resolve reviews
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-03-24 20:21:19 +05:30
Divyanshu Agrawal 7c8569ab2b Modify openshift workflow with v2 version of actions and add oc-new-app (#1)
* Modify openshift workflow with v2 version of actions and add oc-new-app

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-03-24 11:19:15 +05:30
Sergey Yakimov 019de53cfb Remove the deprecated "--no-suggest" option from the Composer install step 2021-03-18 15:28:14 +02:00
pastelmind d3f35ae32d Use actions/setup-node v2
Since actions/setup-node v2 has been declared stable since v2.1.4
(released on 2020-12-16), it should be safe to move everyone to v2.
2021-03-13 14:34:06 +09:00
AlyonaSviridenko f42ac9c022 renamed adoptium to adopt 2021-03-11 12:56:09 +03:00
Josh Gross 3116545da6 Remove extra line in Elixir workflow (#831) 2021-03-05 11:43:49 -05:00
John Bohannon f5067f01d2 Merge branch 'main' into add-environment 2021-03-05 11:16:16 -05:00
Jonathan Clem cd70e3a1c3 Merge branch 'main' into patch-1 2021-03-05 10:16:38 -05:00
Jonathan Clem a29df688f2 Update ci/elixir.yml
Co-authored-by: Andy McKay <andymckay@github.com>
2021-03-05 10:04:52 -05:00
John Bohannon 761b09ecde add production environment 2021-03-05 09:44:31 -05:00
John Bohannon c451f7ec47 Update aws.yml 2021-03-05 09:34:17 -05:00
John Bohannon 559fd976e2 Update alibabacloud.yml 2021-03-05 09:32:54 -05:00
AlyonaSviridenko ce889525cc updated workflows with new version of setup-java 2021-03-02 18:43:44 +03:00
John Bohannon 201fcceef4 Merge branch 'main' into patch-1 2021-03-02 08:38:44 -05:00
Jordi Boggiano a115270340 Always run composer install even if the vendor dir was restored (#825)
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-02-26 17:34:09 -05:00
Jordi Boggiano db576e4bf4 Make the validation strict by default (#824)
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-02-26 17:31:13 -05:00
Michael Thomsen 3cf906bc1b Update dart.yml (#820)
* Update dart.yml

Update Dart starter workflow to use `setup-dart` from the Dart team. This enables testing on more operating systems (Linux, Windows, and macOS), and offers more control over the Dart SDK version to test with.

* Update dart.yml

Add required disclaimer

* Update ci/dart.yml

Co-authored-by: Josh Gross <joshmgross@github.com>

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-02-26 17:25:23 -05:00
Manuel Zubieta 97a0ce7925 actions/setup-elixir now lives under erlef GH Org
github.com/actions/setup-elixir is no longer maintained and now suggests using github.com/erlef/setup-elixir

This should be updated to help new Github Actions users to use the supported action.
2021-02-24 09:13:54 -06:00
Bharath KKB 26b35f5776 feat: Add new GitHub env tag 2021-02-13 13:39:55 -06:00
Chris Patterson c59b62dee0 Adding new environment tag (#784) 2021-01-20 11:34:18 -05:00
litetex 5760418d4f dotnet-Workflows: Use latest channel version (#723)
* Use latest channel-version

* Use latest channel-version
2021-01-15 15:20:42 -05:00
Andy McKay 2c71fd3721 Merge branch 'main' into main 2021-01-07 15:00:00 -08:00
arnu515 b20b76eb79 Fix grammar error (#773)
In the comment on line `1`, it says "This workflows", but I think that "This workflow" makes more sense.
2021-01-07 10:46:24 -05:00
Clément Grégoire 2e8a60b695 Merge branch 'main' into patch-1 2021-01-07 08:04:59 +01:00
Clément Grégoire 4978051373 runner.workspace => github.workspace
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-07 08:01:58 +01:00
Clément Grégoire b6f43960ef Fix context references
runner.workspace => github.workspace

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-07 08:01:43 +01:00
chenrui ef1224c284 go: update starter (#768)
Signed-off-by: Rui Chen <rui@chenrui.dev>

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-05 11:47:18 -05:00
chenrui d36b72e889 ruby: add ruby 2.7 and 3.0 into bootstrap script (#766)
sync with main branch

quote versions

remove redundant bundle install

Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-01-05 11:11:06 -05:00
Benoit Daloze d644b9852c Update ruby.yml to use the latest release of ruby/setup-ruby (#758)
https://github.com/ruby/setup-ruby/releases/tag/v1.61.0

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 15:24:14 -05:00
Andrew Marshall c17ea6bad7 fix context references in cmake template (#762)
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 13:52:34 -05:00
Jan Jurzitza 3b047441fd update setup-dlang to v1.0.2 (#763)
This fixes the previous version using the outdated `::set-env` command which is disabled now. (See https://github.com/dlang-community/setup-dlang/issues/34)

Co-authored-by: Andy McKay <andymckay@github.com>
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 13:44:59 -05:00