We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bbf89 commit c915c25Copy full SHA for c915c25
src/main.ts
@@ -1,7 +1,7 @@
1
import * as context from './context';
2
import * as core from '@actions/core';
3
import * as actionsToolkit from '@docker/actions-toolkit';
4
-import {Docker} from '@docker/actions-toolkit/lib/docker';
+import {Docker} from '@docker/actions-toolkit/lib/docker/docker';
5
import {Exec} from '@docker/actions-toolkit/lib/exec';
6
7
interface Platforms {
0 commit comments