mirror of
https://github.com/nektos/act.git
synced 2026-04-25 17:05:50 +03:00
[GH-ISSUE #1916] Docker gha cache exporter fails #923
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#923
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 @zacps on GitHub (Jul 16, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1916
Bug report info
Command used with act
Describe issue
The
ghacache style would either work or silently be ignored, instead the job fails if it is configured.The other parts of the workflow file are sensitive.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@JoshMcCullough commented on GitHub (Sep 30, 2023):
Same here. Is there a workaround?
@JoshMcCullough commented on GitHub (Nov 23, 2023):
@zacps I finally got back on this project, where I was stuck with this issue and I resolved it as follows:
Add an input e.g.
use-cache:Optionally configure the cache options when calling the
docker-build-pushworkflow:Make sure you pass the input forward from your test YAML!
@github-actions[bot] commented on GitHub (May 22, 2024):
Issue is stale and will be closed in 14 days unless there is new activity
@bennesp commented on GitHub (May 28, 2024):
This is not a valid solution to me, since it requires changing the workflow. Has anyone succeeded in having GHA Cache working in
act?@github-actions[bot] commented on GitHub (Nov 25, 2024):
Issue is stale and will be closed in 14 days unless there is new activity
@shay-dahan commented on GitHub (Nov 20, 2025):
Is there any updates?