We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2196939 commit 28d9ca8Copy full SHA for 28d9ca8
.github/workflows/Build-Docker-Image.yaml
@@ -36,7 +36,7 @@ jobs:
36
file: ./backend/Dockerfile
37
push: ${{ github.event_name != 'pull_request' }}
38
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-backend:latest
39
- platforms: linux/amd64,linux/arm64,linux/arm/v8
+ platforms: linux/amd64,linux/arm64
40
cache-from: type=gha
41
cache-to: type=gha,mode=max
42
@@ -47,7 +47,7 @@ jobs:
47
file: ./frontend/Dockerfile
48
49
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-frontend:latest
50
51
52
53
0 commit comments