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 336a1b2 commit 2e4e2f7Copy full SHA for 2e4e2f7
README.md
@@ -1,5 +1,11 @@
1
# Build multi architectural docker images via GitHub Actions
2
3
+## Requirements
4
+
5
+- A GitHub account to fork the repository and configure GitHub Actions.
6
+- A Docker account to create and manage Docker images.
7
+- Access to a web browser and internet connection.
8
9
## Steps
10
11
### Create a New GitHub Repository as a Fork
@@ -37,7 +43,7 @@
37
43
- `DOCKER_PAT`: Your Docker Personal Access Token we generated above.
38
44
6. Move from the **Secrets** tab to the **Variables** tab
39
45
7. Click the **New repository variable** button.
40
-8. Add the following variable:3
46
+8. Add the following variables:
41
47
- `DOCKER_USER`: Your Docker username.
42
48
- `BASE_OS`: `ubuntu-24.04`
49
0 commit comments