Browse Source

build all the files

pull/240/head
Marius 4 years ago
parent
commit
e7f3e14e88
  1. 4
      .github/workflows/auto-build.yml
  2. 2
      bazarr/Dockerfile
  3. 2
      calibre-web/Dockerfile
  4. 2
      deluge/Dockerfile
  5. 2
      emby/Dockerfile
  6. 2
      jackett/Dockerfile
  7. 2
      jellyfin/Dockerfile
  8. 2
      lazylibrarian/Dockerfile
  9. 2
      librespeed/Dockerfile
  10. 2
      lidarr/Dockerfile
  11. 2
      nzbget/Dockerfile
  12. 2
      plex/Dockerfile
  13. 2
      qbittorrent/Dockerfile
  14. 2
      radarr/Dockerfile
  15. 2
      readarr/Dockerfile
  16. 2
      rutorrent/Dockerfile
  17. 2
      sabnzbd/Dockerfile
  18. 2
      sonarr/Dockerfile
  19. 2
      synclounge/Dockerfile
  20. 2
      tautulli/Dockerfile
  21. 2
      thelounge/Dockerfile
  22. 2
      transmission/Dockerfile

4
.github/workflows/auto-build.yml

@ -1,4 +1,4 @@
name: publishmultipledockerimages name: autobuildallthemods
on: on:
push: push:
branches: [ docker-mods ] branches: [ docker-mods ]
@ -25,7 +25,7 @@ jobs:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }} password: ${{ secrets.GH_PAT }}
- name: echo the changed files and build&push - name: find correct directory then build&push
run: | run: |
for i in ${{ steps.getfile.outputs.files }} for i in ${{ steps.getfile.outputs.files }}
do do

2
bazarr/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
calibre-web/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
deluge/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
emby/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
jackett/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
jellyfin/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
lazylibrarian/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
librespeed/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
lidarr/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
nzbget/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
plex/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
qbittorrent/Dockerfile

@ -1,5 +1,7 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
radarr/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
readarr/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
rutorrent/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
sabnzbd/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
sonarr/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
synclounge/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
tautulli/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
thelounge/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /

2
transmission/Dockerfile

@ -1,4 +1,6 @@
FROM scratch FROM scratch
LABEL maintainer="GilbN"
# copy local files # copy local files
COPY root/ / COPY root/ /
Loading…
Cancel
Save