Commit Graph

100 Commits

Author SHA1 Message Date
dependabot[bot] 38bb9b95aa chore(deps): bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 20:09:36 +00:00
Ahmad Husen 65444430c4 chore: release v1.1.0
CI / Test (with Dockerfile) (push) Successful in 1m21s
CI / Publish container image (push) Has been cancelled
CI / Test (with prebuilt Container Image) (push) Has been cancelled
CI / Release (push) Has been cancelled
v1.1.0
2021-10-02 00:09:27 +07:00
Ahmad Husen b3890e00a5 Merge pull request #4 from datakrama/feature/pkgrel
feat: update pkgrel
2021-10-01 22:58:06 +07:00
Ahmad Husen 3487dc866b feat: update pkgrel 2021-10-01 22:54:16 +07:00
Ahmad Husen 581d4292cc Merge pull request #3 from datakrama/feature/pkgver
feat: update pkgver
2021-10-01 22:34:38 +07:00
Ahmad Husen 4d1983388b feat: update pkgver 2021-10-01 22:27:55 +07:00
Ahmad Husen fb6ab46b3f Merge pull request #2 from datakrama/bugfix/missing-bash-set-e
fix(bash): missing 'set e'
2021-10-01 20:41:08 +07:00
Ahmad Husen 796ddff1d3 chore: change branding color 2021-10-01 14:38:53 +07:00
Ahmad Husen 3d91dafd70 fix(bash): missing 'set e' 2021-10-01 13:58:10 +07:00
Ahmad Husen bc46e9c8d4 ci: update sample PKGBUILD 2021-09-30 17:07:53 +07:00
Ahmad Husen 3aa6342a73 feat(container): copy '.git' folder from WORKPATH
CI / Pretest (with Dockerfile) (push) Successful in 1m48s
CI / Test (with pre-built Container Image) (push) Has been cancelled
CI / Publish container image (push) Has been cancelled
v1.0.3
2021-05-30 14:24:17 +07:00
Ahmad Husen 8987dba528 feat(container): always under 2021-05-30 14:20:58 +07:00
Ahmad Husen b8114f2ee3 feat(container): change value 2021-05-30 14:14:59 +07:00
Ahmad Husen 42c6bfae1e feat(container): create /tmp folder manually 2021-05-30 14:07:35 +07:00
Ahmad Husen fcedc2d02c feat(container): copy .git to /tmp folder 2021-05-30 14:05:13 +07:00
Ahmad Husen 7f32fc286b feat(container): only copy needed files 2021-05-30 14:00:48 +07:00
Ahmad Husen ec0ee87e6a feat(bash): run all commmand with non-root user 2021-05-30 13:52:20 +07:00
Ahmad Husen 3c654a34ce fix(container): unknown rsync option 2021-05-30 13:38:37 +07:00
Ahmad Husen 65e9437ece feat(container): use rsync instead cp 2021-05-30 13:36:39 +07:00
Ahmad Husen 0593cc597c fix(bash): cp permission 2021-05-30 13:26:06 +07:00
Ahmad Husen 88a8c57641 feat(bash): copying files to /tmp instead of chown 2021-05-30 13:19:29 +07:00
Ahmad Husen f7ff69715a fix(ci): conditional syntax & others
CI / Pretest (with Dockerfile) (push) Successful in 1m49s
CI / Publish container image (push) Has been cancelled
CI / Test (with pre-built Container Image) (push) Has been cancelled
v1.0.2
2021-05-26 10:29:34 +07:00
Ahmad Husen 5fa9ff1a99 fix: path for action run 2021-05-26 10:26:23 +07:00
Ahmad Husen b259baf950 fix: syntax on action.yml 2021-05-26 10:21:34 +07:00
Ahmad Husen 77f0819445 ci: don't publish container image when PR pushed 2021-05-24 14:38:32 +07:00
Ahmad Husen 23631f017d fix(ci): wrong operator 2021-05-23 21:45:07 +07:00
Ahmad Husen 9106fe5df2 ci: combine 2 workflow to run asynchronously 2021-05-23 21:43:29 +07:00
Ahmad Husen e2ed7401c9 feat: set grouped output for entrypoint.sh 2021-05-23 20:48:35 +07:00
Ahmad Husen 64596b74e7 feat(docker): change setup user script on Dockerfile 2021-05-23 20:33:16 +07:00
Ahmad Husen b0781d01e1 feat: add missing docker action's metadata input 2021-05-22 18:25:49 +07:00
Ahmad Husen d318fec45e feat: change action to use pre-built container image 2021-05-19 22:28:19 +07:00
Ahmad Husen 93e14b2832 feat: add more examples workflow
CD / Publish container image (push) Failing after 6m54s
v1.0.1
2021-05-19 20:24:47 +07:00
Ahmad Husen 4ea2917c6c feat: add more docker args into action
CD / Publish container image (push) Failing after 6m56s
v1.0.0
2021-05-19 17:10:19 +07:00
Ahmad Husen 2db0206965 feat: update README.md 2021-05-19 17:07:47 +07:00
Ahmad Husen 66b03eca60 feat: add CD workflow 2021-05-19 14:55:36 +07:00
Ahmad Husen 1b8c676392 feat: remove workflow_dispatch trigger from main CI 2021-05-19 14:55:19 +07:00
Ahmad Husen 93a23cdef3 feat: add ls command 2021-05-18 21:06:23 +07:00
Ahmad Husen 57aae0ebaf fix: default action path 2021-05-18 21:02:36 +07:00
Ahmad Husen e3d85272e5 feat: change default action path 2021-05-18 20:50:38 +07:00
Ahmad Husen 444f56b20f feat: use default path, lint bash script & show diff 2021-05-18 20:46:48 +07:00
Ahmad Husen 3036013a06 feat: update LICENSE 2021-05-18 18:12:14 +07:00
Ahmad Husen c3a61d7c21 feat: add badges into README.md 2021-05-18 18:10:17 +07:00
Ahmad Husen cb1e92719a feat: chown .GITHUB_WORKSPACE inside container 2021-05-18 17:06:32 +07:00
Ahmad Husen 6c838f9db4 feat: add path into test action 2021-05-18 17:02:16 +07:00
Ahmad Husen eb35583f7d fix: add missing git into container image 2021-05-18 17:01:12 +07:00
Ahmad Husen eaabbd6b0e fix: updpkgsums permission 2021-05-18 17:00:48 +07:00
Ahmad Husen c10ff06881 fix: Dockerfile RUN command 2021-05-18 16:54:51 +07:00
Ahmad Husen f95f613205 feat: add basic CI 2021-05-18 16:49:00 +07:00
Ahmad Husen 8be53f39c7 feat: move CODEOWNERS to .github 2021-05-18 13:38:41 +07:00
Ahmad Husen 0b27d17177 Initial commit 2021-05-14 21:23:11 +07:00