From e9b12879287a33edc5e32c3750b83d8920e84f83 Mon Sep 17 00:00:00 2001 From: cedb Date: Wed, 2 Nov 2022 17:58:39 -0400 Subject: [PATCH] Fix tags --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e012710..0b4550b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,4 @@ jobs: with: context: . push: true - tags: - - ${{ secrets.DOCKERHUB_USERNAME }}/signal-cli:latest - - ${{ secrets.DOCKERHUB_USERNAME }}/signal-cli:${{ env.APP_VERSION }} \ No newline at end of file + tags: ${{ secrets.DOCKERHUB_USERNAME }}/signal-cli:latest ${{ secrets.DOCKERHUB_USERNAME }}/signal-cli:${{ env.APP_VERSION }} \ No newline at end of file