From 4419300f38dc8dcbcf56bf25ad107ff393cea97a Mon Sep 17 00:00:00 2001 From: Krinitsyn Vladislav Date: Thu, 16 Nov 2023 15:13:39 +0100 Subject: [PATCH] Update validation.yml (#3497) --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 67bcb54f0f4..4732ebb456f 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -52,7 +52,7 @@ jobs: context: . file: ./docker/Dockerfile push: true - tags: ghcr.io/gear-tech/node:latest, ${{ needs.tag-image.outputs.image_tag }} + tags: ${{ needs.tag-image.outputs.image_tag }} - name: SSH into VM uses: appleboy/ssh-action@v1.0.0