From 9c32be33e3f4bfe1e2564762fafe035a6886ce0e Mon Sep 17 00:00:00 2001 From: Komiljon Sobitov Date: Wed, 29 Nov 2023 22:07:18 +0500 Subject: [PATCH] new --- .github/workflows/push_client.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_client.yml b/.github/workflows/push_client.yml index 0dfe3e5..a7032ea 100644 --- a/.github/workflows/push_client.yml +++ b/.github/workflows/push_client.yml @@ -28,4 +28,5 @@ jobs: context: complex/client file: complex/client/Dockerfile push: true - tags: ${{ secrets.DOCKERHUB_USERNAME }}/multi-client:latest + tags: | + ${{ secrets.DOCKERHUB_USERNAME }}/multi-client:latest