Commit Graph

  • 1a133c6d1c ci: refactor worflows Emilien Escalle 2024-03-26 12:06:15 +01:00
  • c7b6c2f1bf
    docs: update for new organization Emilien Escalle 2024-03-21 17:10:43 +01:00
  • 178aeba5c9
    chore: version up to v1.5.1 v1.5.1 Il Sub Bang 2023-08-08 21:35:18 +09:00
  • 531b8c6e23
    Upgrade post run operation to docker v2 (#33) Mathias Köhnke 2023-08-08 14:33:04 +02:00
  • b3bee90e86 chore: version up to v1.5.0 v1.5.0 Il Sub Bang 2023-07-23 07:42:45 +00:00
  • 55e86c058e chore: add dev containers Il Sub Bang 2023-07-23 07:38:40 +00:00
  • 9f016ff4bf chore: cleanup node_modules Il Sub Bang 2023-07-23 07:37:31 +00:00
  • 0645acf21a
    upgrade: docker-compose to v2 (#30) bany 2023-07-23 10:05:52 +07:00
  • 5382748b79
    Update README.md Il Sub Bang (ethan) 2022-11-16 20:26:20 +09:00
  • 9d0371f9ea
    v1.4.1 v1.4.1 Il Sub Bang (ethan) 2022-11-15 15:57:59 +09:00
  • cc37e37b5d
    Fix invalid down flags (#19) Gyuhwan Kim (Owen) 2022-11-15 15:49:39 +09:00
  • c90010fb1e
    v1.4.0 v1.4.0 Il Sub Bang (ethan) 2022-10-27 22:10:41 +09:00
  • 37e6aea992
    Update action runtime to nodejs v16 (#16) Rasmus Pedersen 2022-10-27 15:09:28 +02:00
  • 29b21f63b9 v1.3.2 v1.3.2 Il Sub Bang 2022-10-07 06:21:27 +00:00
  • 44038d9b64
    Revert commit abbea8994fd882508d2c72268cebad2be9967b9c (#14) Il Sub Bang (ethan) 2022-10-07 15:20:21 +09:00
  • 5633270bde
    v1.3.1 v1.3.1 Il Sub Bang (ethan) 2022-10-06 14:03:58 +09:00
  • eab63c14c9
    fix: missing runtime dependencies (#12) (#13) Joel 2022-10-05 22:02:32 -07:00
  • 9247c870b2
    Release 1.3.0 (#11) v1.3.0 Il Sub Bang (ethan) 2022-10-05 18:20:29 +09:00
  • 32a62d9746
    chore: apply styling (#10) Il Sub Bang (ethan) 2022-10-05 18:15:19 +09:00
  • eb48bd5962 Fix failure ci test Il Sub Bang 2022-10-05 17:05:37 +09:00
  • f11945c961
    feat: add support for compose env variables (#9) Emilien Escalle 2022-10-05 09:36:36 +02:00
  • 234ccc8f01
    feat: supports multiple compose files (#8) Emilien Escalle 2022-10-05 09:32:01 +02:00
  • bbeb376475
    Release v1.2.0 v1.2.0 Il Sub Bang (ethan) 2022-08-27 15:20:07 +09:00
  • ada3c6c7cd
    feat: add support for compose flags (#7) Razvan 2022-08-27 08:12:55 +02:00
  • 65ecb06558 Release v1.1.0 v1.1.0 Il Sub Bang 2022-06-08 00:05:54 +09:00
  • 9ea84e60c1
    fix: broken action (#6) Il Sub Bang (ethan) 2022-06-08 00:02:09 +09:00
  • 1384e73b4c feat(test): update action trigger option Il Sub Bang 2022-06-07 22:53:29 +09:00
  • 040e71e40a
    Merge pull request #5 from ricglz/main Il Sub Bang (ethan) 2022-06-07 22:46:20 +09:00
  • 2331a56248 Update documentation Ricardo J González C 2022-06-03 12:06:13 -05:00
  • 5e50ea4795 Fix minor bugs Ricardo J González C 2022-06-03 12:05:37 -05:00
  • 3533107d1d Remove up-one and add services and up-flags Ricardo J González C 2022-06-03 11:53:11 -05:00
  • 74176ecc20 Update @actions/core Ricardo J González C 2022-06-03 11:52:31 -05:00
  • b6484cf1ad Add missing details Ricardo J González C 2022-06-01 19:33:54 -05:00
  • e02ec27fe7 Add option to up one service Ricardo J González C 2022-06-01 19:26:23 -05:00
  • fc745b789a
    Merge pull request #4 from thorrak/patch-1 Bang 2021-04-26 09:32:52 +09:00
  • 96f05193b4
    Fix version in example action John 2021-04-25 12:40:11 -04:00
  • db7c16927a test: update test isbang 2021-04-25 12:04:35 +09:00
  • fab6f72bef docs: update readme v1.0.0 isbang 2021-04-25 11:58:27 +09:00
  • 66c8a4ba71
    Merge pull request #3 from thorrak/main Bang 2021-04-25 11:53:33 +09:00
  • 95610cce4b Clarify option name, add test volume to docker-compose.yml file Thorrak 2021-04-24 09:24:22 -04:00
  • 9b11ac16a8 Fix dict assembly Thorrak 2021-04-23 10:30:32 -04:00
  • 4ee978ae61 Break out assembly of dict Thorrak 2021-04-23 10:25:03 -04:00
  • 63dffdd9f8 Split parameter Thorrak 2021-04-23 10:11:44 -04:00
  • 41bd5b12bd Add down-options configuration option This new, optional configuration parameter allows for the specification of flags to be passed to the docker-compose down command. This is primarily intended to be used for passing the --volumes flag whith instructs docker-compose to also delete persistent volumes. Thorrak 2021-04-23 09:54:17 -04:00
  • 5b5a1f9a95 feat: do not fail on file not exists v0.2.0 isbang 2021-01-06 11:00:47 +09:00
  • 24f65477e7 docs: update README example usage isbang 2020-11-28 02:31:53 +09:00
  • 8df5a46582 fix: add checkout before test action v0.1.1 isbang 2020-11-02 14:24:11 +09:00
  • ac40f24cc7 feat: add branding v0.1 isbang 2020-11-02 14:21:52 +09:00
  • 5eed63a280 feat: init compose action isbang 2020-11-02 14:20:02 +09:00