Commit 41a4cb2
committed
refactor(ci): rename and restructure GitHub Actions runner images
- Renamed the base image build step from "build - base image" to "build - ubuntu - base".
- Changed working directory for building the base image from "./src/images/base" to "./src/images/ubuntu/base".
- Renamed the build-and-push step from "build-and-push - default" to "build-and-push - ubuntu".
- Added new tags for pushing: ":ubuntu" and ":ubuntu-latest".
- Moved 'build-base.ps1' script from 'src/images/base' to 'src/images/ubuntu/base'.
- Updated docker build command in 'build-base.ps1' script, changed tag name from 'actions-runner-base' to 'github-actions-runner:ubuntu-base'.
- Moved Dockerfile from 'src/images/base' to 'src/images/ubuntu/base'.
- Moved Dockerfile from 'src/images/default' to 'src/images/ubuntu/default', updated FROM directive in Dockerfile, changed base image name from 'actions-runner-base' to 'github-actions-runner:ubuntu-base'.1 parent 45b0416 commit 41a4cb2
File tree
5 files changed
+9
-7
lines changed- .github/workflows
- src/images
- default
- ubuntu
- base
- default
5 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
This file was deleted.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments