Skip to content

Commit 6d9e2d2

Browse files
committed
Use hello-world for test
1 parent 5a49c49 commit 6d9e2d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ jobs:
4646
return {
4747
inspect_image: [
4848
'test_project_node',
49-
'amazon/aws-cli',
49+
'hello-world',
5050
],
5151
include: [
5252
{
5353
inspect_image: 'test_project_node',
5454
prepare_command: 'docker-compose -f test_project/docker-compose.yml -p test_project pull',
5555
build_command: 'docker-compose -f test_project/docker-compose.yml -p test_project build',
5656
}, {
57-
inspect_image: 'amazon/aws-cli',
57+
inspect_image: 'hello-world',
5858
prepare_command: ':',
59-
build_command: 'docker pull amazon/aws-cli',
59+
build_command: 'docker pull hello-world',
6060
},
6161
],
6262
}

0 commit comments

Comments
 (0)