We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a49c49 commit 6d9e2d2Copy full SHA for 6d9e2d2
.github/workflows/release.yml
@@ -46,17 +46,17 @@ jobs:
46
return {
47
inspect_image: [
48
'test_project_node',
49
- 'amazon/aws-cli',
+ 'hello-world',
50
],
51
include: [
52
{
53
inspect_image: 'test_project_node',
54
prepare_command: 'docker-compose -f test_project/docker-compose.yml -p test_project pull',
55
build_command: 'docker-compose -f test_project/docker-compose.yml -p test_project build',
56
}, {
57
- inspect_image: 'amazon/aws-cli',
+ inspect_image: 'hello-world',
58
prepare_command: ':',
59
- build_command: 'docker pull amazon/aws-cli',
+ build_command: 'docker pull hello-world',
60
},
61
62
}
0 commit comments