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