Browse Source
Merge pull request #6 from VariableClass/fix/path
Fixed path
pull/1689/head
Calle
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
.github/workflows/ordering-api.yml
-
.github/workflows/ordering-backgroundtasks.yml
-
.github/workflows/ordering-signalrhub.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 |
|
|
@ -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 |
|
|
@ -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 |