[PR #1914] [MERGED] refactor: docker build BuildContext field #2188

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1914
Author: @ChristopherHX
Created: 7/16/2023
Status: Merged
Merged: 8/8/2023
Merged by: @mergify[bot]

Base: masterHead: docker_build_buildcontext_input


📝 Commits (3)

  • f619351 refactor: docker build BuildContext field
  • 704fd7c Merge branch 'master' into docker_build_buildcontext_input
  • cf381e2 Merge branch 'master' into docker_build_buildcontext_input

📊 Changes

3 files changed (+18 additions, -14 deletions)

View changed files

📝 pkg/container/container_types.go (+5 -5)
📝 pkg/container/docker_build.go (+2 -2)
📝 pkg/runner/action.go (+11 -7)

📄 Description

The old Container input parameter was not flexible enough. This allows to use an arbitary build context like ActionCache source.

See also #1912 and it's description for further links.


🔄 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/1914 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 7/16/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `docker_build_buildcontext_input` --- ### 📝 Commits (3) - [`f619351`](https://github.com/nektos/act/commit/f619351487fcb86fe01d583c607477e301a065e3) refactor: docker build BuildContext field - [`704fd7c`](https://github.com/nektos/act/commit/704fd7cae3c5c54ee74c91ff22655726c1024cc1) Merge branch 'master' into docker_build_buildcontext_input - [`cf381e2`](https://github.com/nektos/act/commit/cf381e24560204a203301a3eac093be1dad49483) Merge branch 'master' into docker_build_buildcontext_input ### 📊 Changes **3 files changed** (+18 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `pkg/container/container_types.go` (+5 -5) 📝 `pkg/container/docker_build.go` (+2 -2) 📝 `pkg/runner/action.go` (+11 -7) </details> ### 📄 Description The old Container input parameter was not flexible enough. This allows to use an arbitary build context like ActionCache source. See also #1912 and it's description for further links. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:23 +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#2188
No description provided.