From b924a4c57b595887fd269e4f595d4bf06d9e45a8 Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:06:54 +0500 Subject: [PATCH] Test updated Dockerfile --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 537c2eb4..5319a9e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -140,7 +140,7 @@ jobs: with: tag: ${{ steps.image.outputs.taggedVersion }} imageName: ${{ env.IMAGE_NAME }} - dockerFiles: 'https://raw.githubusercontent.com/VirtoCommerce/vc-docker/feat/net6/linux/storefront/Dockerfile' + dockerFiles: 'https://raw.githubusercontent.com/VirtoCommerce/vc-docker/VME-1664/linux/storefront/Dockerfile' - name: Publish Github Release if: ${{ github.ref == 'refs/heads/master' }}