fix: remote docker actions new action cache and dry run mode (#2513)

* fixes

* Add TestDockerCopyTarStreamDryRun

* increase coverage a bit

* fixup

* fixup

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
ChristopherHX
2025-02-25 03:28:17 +01:00
committed by GitHub
parent 404620bd4c
commit 95e411da06
6 changed files with 50 additions and 12 deletions

View File

@@ -0,0 +1 @@
local-repositories: {}

View File

@@ -0,0 +1,10 @@
name: remote-action-docker
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/hello-world-docker-action@v1
with:
who-to-greet: 'Mona the Octocat'