From a3c4066dc00acca6ac9cd6ff8a20df54954b0d2c Mon Sep 17 00:00:00 2001 From: StuartFerguson Date: Fri, 6 Dec 2019 16:40:32 +0000 Subject: [PATCH] Update createrelease.yml --- .github/workflows/createrelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/createrelease.yml b/.github/workflows/createrelease.yml index c16d86d..a9a64cd 100644 --- a/.github/workflows/createrelease.yml +++ b/.github/workflows/createrelease.yml @@ -45,8 +45,8 @@ jobs: - name: Publish Images to Docker Hub run: | docker login --username=${{ secrets.DOCKER_USERNAME }} --password=${{ secrets.DOCKER_PASSWORD }} - docker push stuartferguson/transactionprocessor:latest - docker push stuartferguson/transactionprocessor:${{ steps.get_version.outputs.VERSION }} + docker push stuartferguson/transactionprocessoracl:latest + docker push stuartferguson/transactionprocessoracl:${{ steps.get_version.outputs.VERSION }} - name: Publish API run: dotnet publish "TransactionProcessorACL\TransactionProcessorACL.csproj" --configuration Release --output publishOutput