From aa962d1346eeb1b586d288c8d0296749f4c62e57 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 27 Oct 2022 10:01:46 +0200 Subject: [PATCH] main: adjust to older skopeo --- main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.js b/main.js index 8322726..c0f667b 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,6 @@ const core = require("@actions/core") const exec = require("@actions/exec") const firstline = require("firstline") -const hub = require("docker-hub-utils") const path = require("path") const fs = require("fs") @@ -22,8 +21,6 @@ async function getImageName(distribution) { try { await exec.exec("skopeo", [ "inspect", - "--no-tags", - "--no-creds", `docker://docker.io/library/${image}:${tag}` ]) return image