You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository holds the Dockerfile files for the various docker images hosted in the
4
6
[ohmyzsh organization at Docker Hub](https://hub.docker.com/u/ohmyzsh).
5
7
@@ -12,8 +14,7 @@ Inside this folder there needs to be:
12
14
-`Dockerfile` for building the Docker image. See [`ohmyzsh/ohmyzsh`](ohmyzsh/Dockerfile) for
13
15
an example of how to set it up, including metadata `LABEL`s.
14
16
15
-
-`build.sh` file which receives the Docker Hub organization name as the first argument,
16
-
and builds all the tags for the given image.
17
-
18
17
-`README.md` which provides information regarding the Docker image. If the image has a README.md
19
18
file, this will be used to automatically update the README in Docker Hub.
19
+
20
+
There also needs to be a separate build job for each image in the [`.github/workflows/main.yml`](https://github.com/ohmyzsh/docker/actions/workflows/main.yml) file.
0 commit comments