LibreBooking / docker

Librebooking as a docker container
GNU General Public License v3.0
11 stars 12 forks source link

action docker-publish does not work as intended when called from another workflow #49

Closed colisee closed 11 months ago

colisee commented 1 year ago

Github action docker-publish can be called manually or from another workflow.

Identified issues when called from another workflow

  1. action does not inherit the secret REGISTRY_TOKEN from the calling workflow and thus cannot log to the docker hub
  2. action checks out the repository of the calling workflow instead of the action repository
  3. action does not use the correct docker tag suffix (which should be the action base ref)