File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ jobs:
7878 "context": ".",
7979 "dockerfile": "./tests/application/Dockerfile",
8080 "build-args": { "BUILD_RUN_ID": "${{ github.run_id }}" },
81- "target": "base ",
81+ "target": "prod ",
8282 "platforms": ["linux/amd64"]
8383 },
8484 {
8585 "name": "test-caching-multi-arch-registry",
8686 "context": ".",
8787 "dockerfile": "./tests/application/Dockerfile",
8888 "build-args": { "BUILD_RUN_ID": "${{ github.run_id }}" },
89- "target": "base ",
89+ "target": "prod ",
9090 "platforms": ["linux/amd64","linux/arm64"]
9191 }
9292 ]
@@ -108,15 +108,15 @@ jobs:
108108 "context": ".",
109109 "dockerfile": "./tests/application/Dockerfile",
110110 "build-args": { "BUILD_RUN_ID": "${{ github.run_id }}" },
111- "target": "base ",
111+ "target": "prod ",
112112 "platforms": ["linux/amd64"]
113113 },
114114 {
115115 "name": "test-caching-multi-arch-gha",
116116 "context": ".",
117117 "dockerfile": "./tests/application/Dockerfile",
118118 "build-args": { "BUILD_RUN_ID": "${{ github.run_id }}" },
119- "target": "base ",
119+ "target": "prod ",
120120 "platforms": ["linux/amd64","linux/arm64"]
121121 }
122122 ]
You can’t perform that action at this time.
0 commit comments