From 8ed10a67c5fb0b232df24cf2a391890090b759c4 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 18 Sep 2020 13:19:36 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d5c4f26..9e33d16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,9 +40,9 @@ jobs: with: target: moth file: build/package/Containerfile - tags: - - dirtbags/moth:latest - - docker.pkg.github.com/dirtbags/moth/moth:latest + tags: | + dirtbags/moth:latest + docker.pkg.github.com/dirtbags/moth/moth:latest - name: Build and push moth-devel image uses: docker/build-push-action@v2