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
Fix export commnad
pull/1565/head
David Sanz
4 years ago
parent
1e8b8db099
commit
e2734c45ed
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/basket-api.yml
+ 1
- 1
.github/workflows/basket-api.yml
View File
@ -67,7 +67,7 @@ jobs:
echo "running on ${{ env.branch }}"
echo "TAG: ${{ env.TAG }}"
echo "REGISTRY: ${{ env.REGISTRY }}"
sudo
export TAG=experimental
export TAG=experimental
sudo docker-compose build ${{ env.services }}
docker images
working-directory
:
./src
Write
Preview
Loading…
Cancel
Save