File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 76
76
- name : Install dependencies
77
77
run : make install
78
78
79
- # Preparing the container orchestration mechanism
80
- - name : Install Docker Compose
81
- run : |
82
- sudo apt-get update
83
- sudo apt-get install -y docker-compose
79
+
84
80
85
81
# Third Operation: The Construction of Our Virtual Machines
86
82
# How marvelous to see my concepts of nested operations manifested thus
96
92
- name : Set up Docker Buildx # Preparing the virtual machine constructor
97
93
uses : docker/setup-buildx-action@v1
98
94
95
+ # Preparing the container orchestration mechanism
96
+ - name : Install Docker Compose
97
+ run : |
98
+ sudo apt-get update
99
+ sudo apt-get install -y docker-compose
100
+
99
101
- name : Build Docker images # The actual construction of our virtual apparatus
100
102
timeout-minutes : 5 # A wise limitation of computational time
101
103
continue-on-error : true # Allowing for graceful failure, as all machines must
You can’t perform that action at this time.
0 commit comments