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