TEST: actions
This commit is contained in:
@@ -15,6 +15,8 @@ jobs:
|
|||||||
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
|
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
echo "📦 Instalando Buildah"
|
echo "📦 Instalando Buildah"
|
||||||
|
sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.kernel.org/ubuntu/|g' /etc/apt/sources.list
|
||||||
|
apt-get update -y -qq
|
||||||
apt-get install -y buildah
|
apt-get install -y buildah
|
||||||
|
|
||||||
echo "🔐 Configurando credenciales para el registro"
|
echo "🔐 Configurando credenciales para el registro"
|
||||||
|
|||||||
Reference in New Issue
Block a user