[PR #2513] [MERGED] fix: remote docker actions new action cache and dry run mode #2472

Closed
opened 2026-03-01 21:55:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2513
Author: @ChristopherHX
Created: 11/2/2024
Status: Merged
Merged: 2/25/2025
Merged by: @mergify[bot]

Base: masterHead: backport-new-action-cache-fixes


📝 Commits (8)

📊 Changes

6 files changed (+50 additions, -12 deletions)

View changed files

📝 pkg/container/docker_run.go (+3 -0)
📝 pkg/container/docker_run_test.go (+23 -0)
📝 pkg/runner/action.go (+12 -12)
📝 pkg/runner/runner_test.go (+1 -0)
pkg/runner/testdata/remote-action-docker-new-cache/config/config.yml (+1 -0)
pkg/runner/testdata/remote-action-docker-new-cache/push.yml (+10 -0)

📄 Description

Backport of resolved bugs in #2509


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2513 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 11/2/2024 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `backport-new-action-cache-fixes` --- ### 📝 Commits (8) - [`90f7a09`](https://github.com/nektos/act/commit/90f7a092a89dc5b97b99563ad3f9dc7739105562) fixes - [`14611f8`](https://github.com/nektos/act/commit/14611f84469f81e232e120c2cadfcb1ac4beadd5) Merge branch 'master' into backport-new-action-cache-fixes - [`562b9c1`](https://github.com/nektos/act/commit/562b9c1db671cfc8ec2b9768c750d14a8050e9e8) Add TestDockerCopyTarStreamDryRun - [`22fe201`](https://github.com/nektos/act/commit/22fe20169ab7e78e39f08e019a3857cb1b8abf28) Merge branch 'master' of https://github.com/nektos/act into backport-new-action-cache-fixes - [`613bf0e`](https://github.com/nektos/act/commit/613bf0eb27cff1789467e9a03f3d5cf01daa0263) increase coverage a bit - [`1e870dd`](https://github.com/nektos/act/commit/1e870ddffa3397d3794bab97d07435fa73c7537a) fixup - [`9b05dbf`](https://github.com/nektos/act/commit/9b05dbfa820ede418cf84986c0f0b52cbc60282c) fixup - [`09d536a`](https://github.com/nektos/act/commit/09d536a0ce0455b9348bee9f0d689a2f6c846f88) Merge branch 'master' into backport-new-action-cache-fixes ### 📊 Changes **6 files changed** (+50 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `pkg/container/docker_run.go` (+3 -0) 📝 `pkg/container/docker_run_test.go` (+23 -0) 📝 `pkg/runner/action.go` (+12 -12) 📝 `pkg/runner/runner_test.go` (+1 -0) ➕ `pkg/runner/testdata/remote-action-docker-new-cache/config/config.yml` (+1 -0) ➕ `pkg/runner/testdata/remote-action-docker-new-cache/push.yml` (+10 -0) </details> ### 📄 Description Backport of resolved bugs in #2509 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2472
No description provided.