Compare commits
2 Commits
f7fd849cb1
...
4ec56de988
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ec56de988 | ||
|
|
f328b2fd31 |
@@ -118,6 +118,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Generate Android native project
|
||||
run: npx expo prebuild --platform android --non-interactive
|
||||
|
||||
- name: Build Android release APK
|
||||
run: |
|
||||
cd android
|
||||
@@ -144,8 +147,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
username: ${{ secrets.GIT_USERNAME }}
|
||||
password: ${{ secrets.GIT_TOKEN }}
|
||||
|
||||
- name: Extract metadata for Docker
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user