Skip to content

Commit

Permalink
deploy.yml to have multi platform setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneet-NJ committed Jan 4, 2025
1 parent 500b7d5 commit b600785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
file: ./Dockerfile.backend
push: true
tags: puneetnj/course-app-be:latest
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=puneetnj/course-app-be:latest
cache-to: type=inline
build-args: |
Expand All @@ -45,6 +46,7 @@ jobs:
file: ./Dockerfile.frontend
push: true
tags: puneetnj/course-app-fe:latest
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=puneetnj/course-app-fe:latest
cache-to: type=inline

Expand Down

0 comments on commit b600785

Please sign in to comment.