Browse Source

Merge pull request #6 from VariableClass/fix/path

Fixed path
pull/1689/head
Calle 3 years ago
committed by GitHub
parent
commit
dd5943d84d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/ordering-api.yml
  2. +1
    -1
      .github/workflows/ordering-backgroundtasks.yml
  3. +1
    -1
      .github/workflows/ordering-signalrhub.yml

+ 1
- 1
.github/workflows/ordering-api.yml View File

@ -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

+ 1
- 1
.github/workflows/ordering-backgroundtasks.yml View File

@ -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

+ 1
- 1
.github/workflows/ordering-signalrhub.yml View File

@ -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

Loading…
Cancel
Save