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:
1
pkg/runner/testdata/remote-action-docker-new-cache/config/config.yml
vendored
Normal file
1
pkg/runner/testdata/remote-action-docker-new-cache/config/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
local-repositories: {}
|
||||
10
pkg/runner/testdata/remote-action-docker-new-cache/push.yml
vendored
Normal file
10
pkg/runner/testdata/remote-action-docker-new-cache/push.yml
vendored
Normal 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'
|
||||
Reference in New Issue
Block a user