From 42e4998e7fc3b83156d07031344a3075fc97cdea Mon Sep 17 00:00:00 2001 From: Alexander Forbes-Reed Date: Mon, 27 Apr 2020 20:53:38 +0100 Subject: [PATCH] this could rly be it --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3ad03c58..ba7e81c9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,8 +27,8 @@ jobs: run: dotnet restore ./dotnet - name: Build run: dotnet build ./dotnet --configuration Release --no-restore - - name: Create docker iamge - run: docker build ./dotnet + # - name: Create docker iamge + # run: docker build ./dotnet - name: Push docker image uses: kciter/aws-ecr-action@v1 with: @@ -38,4 +38,4 @@ jobs: repo: branch-dotnet-services region: eu-west-2 tags: latest,${{ github.sha }},${{ steps.branch_name.outputs.branch }} - path: ./dotnet/Dockerfile + path: ./dotnet