Skip to content

Commit

Permalink
Merge pull request #3207 from thaJeztah/skip_direct_push
Browse files Browse the repository at this point in the history
testNamedImageContextPlatform skip direct push with dockerd
  • Loading branch information
tonistiigi authored Oct 20, 2022
2 parents 4410c82 + 5505af9 commit 7f1e8d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/dockerfile/dockerfile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5195,6 +5195,7 @@ COPY --from=base /env_foobar /
}

func testNamedImageContextPlatform(t *testing.T, sb integration.Sandbox) {
integration.SkipIfDockerd(t, sb, "direct push")
ctx := sb.Context()

c, err := client.New(ctx, sb.Address())
Expand Down

0 comments on commit 7f1e8d8

Please sign in to comment.