Skip to content

Commit 2be6767

Browse files
committed
ci(docker/build-image): fix registry caching tests
Signed-off-by: Emilien Escalle <[email protected]>
1 parent d4dc9dd commit 2be6767

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/__test-workflow-docker-build-images-caching.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)