remove root access for skopeo in Makefile

Signed-off-by: laurentiuNiculae <themelopeus@gmail.com>
This commit is contained in:
laurentiuNiculae
2022-03-07 11:58:28 +02:00
committed by Ramkumar Chinchani
parent 0d77b60de7
commit aee94218aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
sudo apt-get update
sudo apt-get install rpm
sudo apt install snapd
sudo snap install skopeo --edge --devmode
sudo apt-get install skopeo
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v0.7.1-alpha.1/notation_0.7.1-alpha.1_linux_amd64.tar.gz
sudo tar xvzf notation.tar.gz -C /usr/bin notation
go get github.com/wadey/gocovmerge