act Version: 0.2.5
OS: macOS & Windows
When running a local docker action from a different directory, the docker build command receives an invalid repository name:
Command: docker build -t act-Users-cedrickring-golang-action:latest /Users/cedrickring/golang-action
Output: Error: invalid reference format: repository name must be lowercase
Steps to reproduce
- Clone cedrickring/golang-action
- Create a different directory with a
.github/workflows/workflow.yaml and reference the action with ../relative/path/to/golang-action
- Run
act
act Version: 0.2.5
OS: macOS & Windows
When running a local docker action from a different directory, the docker build command receives an invalid repository name:
Command:
docker build -t act-Users-cedrickring-golang-action:latest /Users/cedrickring/golang-actionOutput:
Error: invalid reference format: repository name must be lowercaseSteps to reproduce
.github/workflows/workflow.yamland reference the action with../relative/path/to/golang-actionact