From 729f05b070d30db89702903fa2343e59039a2824 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Mon, 2 Jan 2023 15:09:33 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d687b2..2eab8e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,5 @@ jobs: with: context: . push: true - tags: | - ${{ steps.vnum.formatted_version }} - ${{ steps.meta.outputs.tags }} + tags: ${{ steps.vnum.formatted_version }} labels: ${{ steps.meta.outputs.labels }}