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
Try sudo docker login in push step.
pull/1565/head
David Sanz
4 years ago
parent
473c4a5f10
commit
c9052e9927
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/basket-api.yml
+ 1
- 0
.github/workflows/basket-api.yml
View File
@ -78,6 +78,7 @@ jobs:
-
name
:
Compose push ${{ env.image }}
run
:
|
docker images
echo ${{ secrets.PASSWORD }} | sudo docker login -u ${{ secrets.USERNAME }} --password-stdin
sudo -E docker-compose push ${{ env.services }}
working-directory
:
./src
shell
:
bash
Write
Preview
Loading…
Cancel
Save