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
test echo
pull/1565/head
Borja García Rodríguez
4 years ago
parent
19d5853fc1
commit
7d6dea789a
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
@ -20,7 +20,7 @@ jobs:
runs-on
:
ubuntu-16.04
steps:
-
name
:
Login to docker registry
run
:
echo ${{ secrets.
PASSWORD }} | docker login -u ${{ secrets.
USERNAME }}
--password-stdin
run
:
echo ${{ secrets.USERNAME }}
BuildContainersForPR_Linux:
runs-on
:
ubuntu-16.04
if
:
${{ github.event_name == 'pull_request' }}
Write
Preview
Loading…
Cancel
Save