From 70f0ce2a4158f5d937b24e1794c90c4632cbc5c1 Mon Sep 17 00:00:00 2001 From: Calle Veale Date: Sun, 30 May 2021 07:20:03 +0200 Subject: [PATCH] Fixed path --- .github/workflows/ordering-api.yml | 2 +- .github/workflows/ordering-backgroundtasks.yml | 2 +- .github/workflows/ordering-signalrhub.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ordering-api.yml b/.github/workflows/ordering-api.yml index 9f536475b..4be798ef5 100644 --- a/.github/workflows/ordering-api.yml +++ b/.github/workflows/ordering-api.yml @@ -101,6 +101,6 @@ jobs: with: context: ./src/Services/Ordering/Ordering.API version: latest - file: Dockerfile + file: ./src/Services/Ordering/Ordering.API/Dockerfile push: true tags: ghcr.io/variableclass/ordering.api:latest \ No newline at end of file diff --git a/.github/workflows/ordering-backgroundtasks.yml b/.github/workflows/ordering-backgroundtasks.yml index 67d4552b8..e98f5c8e5 100644 --- a/.github/workflows/ordering-backgroundtasks.yml +++ b/.github/workflows/ordering-backgroundtasks.yml @@ -67,6 +67,6 @@ jobs: with: context: ./src/Services/Ordering/Ordering.BackgroundTasks version: latest - file: Dockerfile + file: ./src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile push: true tags: ghcr.io/variableclass/ordering.backgroundtasks:latest \ No newline at end of file diff --git a/.github/workflows/ordering-signalrhub.yml b/.github/workflows/ordering-signalrhub.yml index f026d461f..b4110d288 100644 --- a/.github/workflows/ordering-signalrhub.yml +++ b/.github/workflows/ordering-signalrhub.yml @@ -67,6 +67,6 @@ jobs: with: context: ./src/Services/Ordering/Ordering.SignalrHub version: latest - file: Dockerfile + file: ./src/Services/Ordering/Ordering.SignalrHub/Dockerfile push: true tags: ghcr.io/variableclass/ordering.signalrhub:latest \ No newline at end of file