Actions Container image is misinterpreted when using own registry with short oci url #795
Labels
area/runner
Relating to errors in the runner
kind/bug
Something isn't working
stale-exempt
Exempt from stale
System information
act
version: act version 0.2.24Expected behaviour
Pulls the correct image
Actual behaviour
Adds docker.io to the image which already has a private repo specified and thus the url is invalid.
Workflow and/or repository
workflow
Steps to reproduce
Create workflow with custom container image in job step(see workflow file above).
Watch pull fail.
act
outputIf i just do a act without verbose i get:
So image pull URL looks fine.
However if i do act -vvv on the same workflow i get:
So here one can see it puts a docker.io in front of the already complete OCI Resource URL.
Then it fails as this obviously is not allowed.
The text was updated successfully, but these errors were encountered: