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.
2 parents 436725f + 94429eb commit 4bcdc2eCopy full SHA for 4bcdc2e
lib/setup-docker.js
@@ -287,7 +287,7 @@ system_profiler SPHardwareDataType || true
287
288
core.debug('add apt-key');
289
await shell(`
290
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
+ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor | sudo cat >/usr/share/keyrings/docker-archive-keyring.gpg
291
`);
292
293
message = 'add apt source';
0 commit comments