Skip to content

Commit

Permalink
fix workflow and add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
carTloyal123 committed Mar 4, 2024
1 parent 8fb5a2e commit a3640f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:docker/android"
context: "{{defaultContext}}:docker/ubuntu_amd/android"
push: true
tags: user/app:latest
tags: carTloyal123/cryze-android-proxy:latest
- name: Build and push
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:docker/server"
context: "{{defaultContext}}:docker/ubuntu_amd/server"
push: true
tags: user/app:latest
tags: carTloyal123/cryze-server:latest
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ google-services.json
*.hprof
.DS_Store

# Docker details
emulator/
3 changes: 3 additions & 0 deletions docker/apple_silicone/android/notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Helpful Hints

- Link to gist:
https://gist.github.com/atyachin/2f7c6054c4cd6945397165a23623987d

- Command to run emulator once docker container is up and running:

```bash
Expand Down

0 comments on commit a3640f4

Please sign in to comment.