Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 0d4652c

Browse files
authored
README.md: Explain how to push docker tags
1 parent e218a0c commit 0d4652c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ hub, then run `./build.sh` (note: if you do not add your user to the docker
3636
group, then you will need to run build.sh via sudo). It will take a few
3737
minutes.
3838

39+
Submitting a new tag
40+
--------------------
41+
42+
If you have access to the
43+
[docker hub](https://cloud.docker.com/u/exaile/repository/docker/exaile/gst-python/general),
44+
you can push a new tag to docker.
45+
This step is required before you can use a docker tag, e.g. in
46+
exaile/exaile-testimg. After running `./build.sh` as described above, you will
47+
need to `docker push exaile/gst-python`, which will upload the containers
48+
to docker.com. If you get a `requested access to the resource is denied` error,
49+
you may need to `docker login` before that.
50+
3951
Contributing
4052
------------
4153

0 commit comments

Comments
 (0)