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
work dir path
pull/1565/head
Borja García Rodríguez
4 years ago
parent
8606921ff2
commit
8abe05d7f4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.github/workflows/basket-api.yml
+ 2
- 2
.github/workflows/basket-api.yml
View File
@ -107,7 +107,7 @@ jobs:
-
name
:
Compose build ${{ env.SERVICES }}
run
:
docker-compose build ${{ env.SERVICES }}
working-directory
:
./
src
working-directory
:
src
shell
:
pwsh
env:
TAG
:
${{ env.BRANCH }}
@ -115,7 +115,7 @@ jobs:
-
name
:
Compose push ${{ env.SERVICES }}
run
:
docker-compose push ${{ env.SERVICES }}'
working-directory
:
./
src
working-directory
:
src
shell
:
pwsh
env:
TAG
:
${{ env.BRANCH }}
Write
Preview
Loading…
Cancel
Save