From 1678b74090e51f9016e6540c987f8a9daee0c3e5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 31 May 2022 16:07:28 +0100 Subject: [PATCH] Tag container during CI This is helpful when listing images later --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d244683..7e209fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: with: platforms: ${{ matrix.platform }} load: true + tags: noop - name: Show image info run: docker images