This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixed context
pull/1689/head
Calle Veale
3 years ago
parent
dd5943d84d
commit
dcf6f5b0e2
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/ordering-api.yml
+1
-1
.github/workflows/ordering-backgroundtasks.yml
+1
-1
.github/workflows/ordering-signalrhub.yml
+ 1
- 1
.github/workflows/ordering-api.yml
View File
@ -99,7 +99,7 @@ jobs:
-
name
:
Pushing Image to Github Container Registry
uses
:
docker/build-push-action@v2
with:
context
:
./src
/Services/Ordering/Ordering.API
context
:
./src
version
:
latest
file
:
./src/Services/Ordering/Ordering.API/Dockerfile
push
:
true
+ 1
- 1
.github/workflows/ordering-backgroundtasks.yml
View File
@ -65,7 +65,7 @@ jobs:
-
name
:
Pushing Image to Github Container Registry
uses
:
docker/build-push-action@v2
with:
context
:
./src
/Services/Ordering/Ordering.BackgroundTasks
context
:
./src
version
:
latest
file
:
./src/Services/Ordering/Ordering.BackgroundTasks/Dockerfile
push
:
true
+ 1
- 1
.github/workflows/ordering-signalrhub.yml
View File
@ -65,7 +65,7 @@ jobs:
-
name
:
Pushing Image to Github Container Registry
uses
:
docker/build-push-action@v2
with:
context
:
./src
/Services/Ordering/Ordering.SignalrHub
context
:
./src
version
:
latest
file
:
./src/Services/Ordering/Ordering.SignalrHub/Dockerfile
push
:
true
Write
Preview
Loading…
Cancel
Save