For some reason GITHUB_TOKEN would not work on my build, successful builds were run with a PAT - I'm guessing this was a transient issue so I removed the commit referencing that. I made some other updates to the workflow while trying to resolve it.
Changes
set owner and permissions on apache log directory
bind only to localhost during build (this should avoid the occasional build failures where it cannot bind to 0.0.0.0:8080)
Fixes https://github.com/nagimov/agendav-docker/issues/17
For some reason
GITHUB_TOKEN
would not work on my build, successful builds were run with a PAT - I'm guessing this was a transient issue so I removed the commit referencing that. I made some other updates to the workflow while trying to resolve it.Changes