Commit History

Author SHA1 Message Date
  Thorsten Eckel 0e6cab4329 Maintenance: GitHub actions `set-env` directive is deprecated and causes docker builds to fail. 4 years ago
  Thorsten Eckel dd96c57f48 Follow up - 0798e7d47ed2505ea43dccdb9c1ef867d700f720 - moved from circle ci to github actions. Fixed bug: GITHUB_ACTOR is the user initiating the commit not the repository owner. Applied workaround to extract the repository owner from the GitHub Actions GITHUB_REPOSITORY ENV instead because there is no dedicated ENV for that. 4 years ago
  Thorsten Eckel 51ce176c2d Follow up - 0798e7d47ed2505ea43dccdb9c1ef867d700f720 - moved from circle ci to github actions. Fixed bug: Can't use GitHub repository secret as GitHub Actions ENV for `git` checkout command. Migrated to given GITHUB_ACTOR GitHub Action ENV and aliased it to have the possibility to change it in the corresponding workflow YAML (e.g. for testing purposes). There is a workaround needed because aliasing an ENV is not possible. 4 years ago
  André Bauer 584680e7e4 Follow up - 0798e7d47ed2505ea43dccdb9c1ef867d700f720 - moved from circle ci to github actions. Extract REPO_USER to GitHub secret to make it reusable in Zammad Docker Omnibus and Compose repository. 4 years ago
  Thorsten Eckel 2440dc6a00 Follow up - 0798e7d47ed2505ea43dccdb9c1ef867d700f720 - moved from circle ci to github actions. Used ENV GITHUB_REPOSITORY collides with GitHub actions ENV and gets overwritten. Ref: https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables 4 years ago
  Thorsten Eckel 48f639ab52 Follow up - 0798e7d47ed2505ea43dccdb9c1ef867d700f720 - moved from circle ci to github actions. Can't use tags in shallow clone of repository. Ref: https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches 4 years ago
  André Bauer 0798e7d47e moved from circle ci to github actions 4 years ago