summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat: adjust container name format (#1)v0.233.5Jason Song2022-11-244-3/+41
* feat: support PlatformPickerv0.233.4Jason Song2022-11-222-9/+20
* Support step numberJason Song2022-11-224-5/+9
* chore: update LICENSEJason Song2022-11-221-0/+1
* docs: add naming rule for git refJason Song2022-11-221-2/+9
* disable graphql url because gitea doesn't support thatLunny Xiao2022-11-221-3/+3
* feat: support more options of containersJason Song2022-11-225-2/+11
* fix: set logger with trace levelJason Song2022-11-221-1/+1
* Fix APILunny Xiao2022-11-222-2/+3
* support bot siteLunny Xiao2022-11-223-15/+24
* Add custom enhancementsJason Song2022-11-2214-2/+830
* Add description of branchsJason Song2022-11-221-0/+7
* feat: add logger hook for standalone job loggerfuxiaohei2022-11-222-0/+24
* build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1420)v0.2.33nektos/v0.2.33dependabot[bot]2022-10-312-3/+3
* build(deps): bump github.com/docker/docker (#1418)dependabot[bot]2022-10-312-3/+3
* build(deps): bump github.com/docker/cli (#1419)dependabot[bot]2022-10-312-3/+3
* build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1404)dependabot[bot]2022-10-302-4/+6
* refactor: move from io/ioutil to io and os packages (#1417)Eng Zer Jun2022-10-297-30/+25
* Add user level Docker socket to common paths (#1416)Ben Drucker2022-10-291-0/+1
* build(deps): bump megalinter/megalinter from 6.12.0 to 6.13.0 (#1407)dependabot[bot]2022-10-241-1/+1
* build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#1408)dependabot[bot]2022-10-241-1/+1
* build(deps): bump github.com/docker/docker (#1403)dependabot[bot]2022-10-242-3/+3
* build(deps): bump github.com/docker/cli (#1405)dependabot[bot]2022-10-242-3/+3
* build(deps): bump github.com/moby/buildkit from 0.10.4 to 0.10.5 (#1406)dependabot[bot]2022-10-242-3/+3
* Fixes #1387 (#1388)Zack Wang2022-10-192-1/+12
* build(deps): bump megalinter/megalinter from 6.11.1 to 6.12.0 (#1395)dependabot[bot]2022-10-171-1/+1
* build(deps): bump github.com/docker/cli (#1393)dependabot[bot]2022-10-172-3/+3
* build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1394)dependabot[bot]2022-10-172-5/+6
* build(deps): bump github.com/docker/docker (#1392)dependabot[bot]2022-10-172-3/+3
* Mapping `workflow_dispatch` inputs into the Expression `inputs` context (#1363)Markus Wolf2022-10-175-14/+136
* fix: ci is failing since 2022-10-17 (#1397)ChristopherHX2022-10-173-4/+4
* test: add test for networking setup in act (#1375)Markus Wolf2022-10-123-30/+63
* fix: re-evaluate env for remote composite actions (#1385)Markus Wolf2022-10-122-2/+13
* build(deps): bump megalinter/megalinter from 6.11.0 to 6.11.1 (#1381)dependabot[bot]2022-10-101-1/+1
* build(deps): bump gotest.tools/v3 from 3.0.3 to 3.4.0 (#1379)dependabot[bot]2022-10-102-2/+4
* build(deps): bump github.com/rhysd/actionlint from 1.6.20 to 1.6.21 (#1380)dependabot[bot]2022-10-102-3/+3
* build(deps): bump github.com/imdario/mergo from 0.3.12 to 0.3.13 (#1378)dependabot[bot]2022-10-102-2/+4
* fix: interpolate action input defaults (#1376)Markus Wolf2022-10-072-1/+14
* fix: support docker create arguments from container.options (#1022) (#1351)Alex Savchuk2022-10-0720-44/+2353
* Fix composite input handling (#1345)Markus Wolf2022-10-0617-149/+246
* fix: handle go closure iteration (#1374)Markus Wolf2022-10-061-0/+2
* build(deps): bump megalinter/megalinter from 5 to 6.11.0 (#1370)dependabot[bot]2022-10-056-5/+8
* build(deps): bump github.com/rhysd/actionlint from 1.6.19 to 1.6.20 (#1371)dependabot[bot]2022-10-032-3/+3
* build(deps): bump github.com/opencontainers/selinux (#1372)dependabot[bot]2022-10-032-3/+3
* fix: show workflow info even if on.push is not defined (#1329) (#1335)v0.2.32Alex Savchuk2022-09-293-31/+94
* fix: restore the job logger setup after job cancelation (#1365)Markus Wolf2022-09-271-1/+1
* feat: pass current matrix information to job logger (#1364)Björn Brauer2022-09-273-3/+4
* fix: align github.ref to GitHub Action (#1362)Markus Wolf2022-09-274-7/+52
* fix: crash on invalid docker credentials (#1348)ChristopherHX2022-09-263-4/+16
* fix: missing defaults in nodejs pre (#1349)ChristopherHX2022-09-263-0/+26