mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1132] Issue: "docker-credential-desktop": executable file not found in $PATH #640
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#640
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sammcj on GitHub (Apr 19, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1132
System information
act:ghcr.io/catthehacker/ubuntu:act-latestactversion: act version 0.2.26Expected behaviour
Act to work with Colima, as Colima runs Docker CE (but not desktop).
Actual behaviour
Fails to start, it looks like it relies on a binary
docker-credential-desktopthat only exists with Docker desktop (which you're not allowed to use if you're on a business machine due to licensing).@catthehacker commented on GitHub (Apr 21, 2022):
It looks like colima doesn't provide executable for interfacing with credential store, so it should be fixed by them.
@ZauberNerd commented on GitHub (Apr 24, 2022):
Could it be that you have a credential store set in your docker config:
~/.docker/config.json:But since you switched to colima it is not used anymore? See also: https://github.com/abiosoft/colima/issues/52
@sammcj commented on GitHub (Apr 25, 2022):
That was it @ZauberNerd ! Thank you so much!