Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: carTloyal123 <[email protected]>
  • Loading branch information
carTloyal123 authored Feb 27, 2024
1 parent ea66b3c commit 146dbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/android"
push: true
tags: user/app:latest
- name: Build and push
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:docker:server"
context: "{{defaultContext}}:docker/server"
push: true
tags: user/app:latest

0 comments on commit 146dbea

Please sign in to comment.