From ce8efa7ddbf9a582df4e1d2bf98d5dd2f90c5b30 Mon Sep 17 00:00:00 2001 From: oxpa Date: Thu, 5 Sep 2024 13:50:09 +0100 Subject: [PATCH] More typos --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc57687..a362a84 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,8 +146,8 @@ jobs: run: | regctl --host reg=localhost:5000,tls=disabled tag list localhost:5000/image for i in A AB latest; do - regctl --host reg=localhost:5000,tls=disabled image manifest localhost:5000/image:$i - regctl --host reg=localhost:5000,tls=disabled image export localhost:5000/image:$i + regctl --host reg=localhost:5000,tls=disabled image manifest localhost:5000/image:$i + regctl --host reg=localhost:5000,tls=disabled image export localhost:5000/image:$i > /dev/null done - name: Prune registry @@ -159,5 +159,5 @@ jobs: regctl --host reg=localhost:5000,tls=disabled tag list localhost:5000/image for i in A AB latest; do regctl --host reg=localhost:5000,tls=disabled image manifest localhost:5000/image:$i - regctl --host reg=localhost:5000,tls=disabled image export localhost:5000/image:$i - + regctl --host reg=localhost:5000,tls=disabled image export localhost:5000/image:$i > /dev/null + done