11name : 🐬 Builds GH-Runner Images (Self-Hosted) DockerHub 🐬
22# REF: https://docs.docker.com/build/ci/github-actions/multi-platform/
33# SECRETS: DOCKERHUB_USERNAME || DOCKERHUB_TOKEN
4- # URL: https://hub.docker.com/u/azathothas
4+ # URL: https://hub.docker.com/u/pkgforge
55
66# ------------------------------------------------------------------------------------#
77on :
@@ -63,16 +63,16 @@ jobs:
6363 password : " ${{ secrets.DOCKERHUB_TOKEN }}"
6464 continue-on-error : true
6565
66- # https://hub.docker.com/r/azathothas /alpine-builder
66+ # https://hub.docker.com/r/pkgforge /alpine-builder
6767 - name : Docker Build and Push (alpine-builder)
6868 uses : docker/build-push-action@v6
6969 with :
7070 context : /tmp/DOCKERFILES/
7171 file : " /tmp/DOCKERFILES/alpine-builder.dockerfile"
7272 platforms : " linux/amd64,linux/arm64"
7373 tags : |
74- azathothas /alpine-builder:latest
75- azathothas /alpine-builder:${{ env.DOCKER_TAG }}
74+ pkgforge /alpine-builder:latest
75+ pkgforge /alpine-builder:${{ env.DOCKER_TAG }}
7676 push : true
7777 continue-on-error : true
7878# ------------------------------------------------------------------------------------#
@@ -123,16 +123,16 @@ jobs:
123123 password : " ${{ secrets.DOCKERHUB_TOKEN }}"
124124 continue-on-error : true
125125
126- # https://hub.docker.com/r/azathothas /archlinux-builder
126+ # https://hub.docker.com/r/pkgforge /archlinux-builder
127127 - name : Docker Build and Push (ArchLinux-Builder)
128128 uses : docker/build-push-action@v6
129129 with :
130130 context : /tmp/DOCKERFILES/
131131 file : " /tmp/DOCKERFILES/archlinux-builder.dockerfile"
132132 platforms : " linux/amd64,linux/arm64"
133133 tags : |
134- azathothas /archlinux-builder:latest
135- azathothas /archlinux-builder:${{ env.DOCKER_TAG }}
134+ pkgforge /archlinux-builder:latest
135+ pkgforge /archlinux-builder:${{ env.DOCKER_TAG }}
136136 push : true
137137 continue-on-error : true
138138# ------------------------------------------------------------------------------------#
@@ -184,17 +184,17 @@ jobs:
184184 password : " ${{ secrets.DOCKERHUB_TOKEN }}"
185185 continue-on-error : true
186186
187- # https://hub.docker.com/r/azathothas /ubuntu-systemd-base
187+ # https://hub.docker.com/r/pkgforge /ubuntu-systemd-base
188188 - name : Docker Build and Push (Ubuntu-Systemd-Base)
189189 uses : docker/build-push-action@v6
190190 with :
191191 context : /tmp/DOCKERFILES/
192192 file : " /tmp/DOCKERFILES/ubuntu-systemd-base.dockerfile"
193193 platforms : " linux/arm64"
194194 tags : |
195- azathothas /ubuntu-systemd-base:latest
196- azathothas /ubuntu-systemd-base:aarch64
197- azathothas /ubuntu-systemd-base:${{ env.DOCKER_TAG }}
195+ pkgforge /ubuntu-systemd-base:latest
196+ pkgforge /ubuntu-systemd-base:aarch64
197+ pkgforge /ubuntu-systemd-base:${{ env.DOCKER_TAG }}
198198 push : true
199199 continue-on-error : true
200200# ------------------------------------------------------------------------------------#
@@ -245,17 +245,17 @@ jobs:
245245 password : " ${{ secrets.DOCKERHUB_TOKEN }}"
246246 continue-on-error : true
247247
248- # https://hub.docker.com/r/azathothas /ubuntu-systemd-base
248+ # https://hub.docker.com/r/pkgforge /ubuntu-systemd-base
249249 - name : Docker Build and Push (Ubuntu-Systemd-Base)
250250 uses : docker/build-push-action@v6
251251 with :
252252 context : /tmp/DOCKERFILES/
253253 file : " /tmp/DOCKERFILES/ubuntu-systemd-base.dockerfile"
254254 platforms : " linux/amd64"
255255 tags : |
256- azathothas /ubuntu-systemd-base:latest
257- azathothas /ubuntu-systemd-base:x86_64
258- azathothas /ubuntu-systemd-base:${{ env.DOCKER_TAG }}
256+ pkgforge /ubuntu-systemd-base:latest
257+ pkgforge /ubuntu-systemd-base:x86_64
258+ pkgforge /ubuntu-systemd-base:${{ env.DOCKER_TAG }}
259259 push : true
260260 continue-on-error : true
261261# ------------------------------------------------------------------------------------#
@@ -306,16 +306,16 @@ jobs:
306306 password : " ${{ secrets.DOCKERHUB_TOKEN }}"
307307 continue-on-error : true
308308
309- # https://hub.docker.com/r/azathothas /debian-builder-unstable
309+ # https://hub.docker.com/r/pkgforge /debian-builder-unstable
310310 - name : Docker Build and Push (Debian-Unstable-Base)
311311 uses : docker/build-push-action@v6
312312 with :
313313 context : /tmp/DOCKERFILES/
314314 file : " /tmp/DOCKERFILES/debian-builder-unstable.dockerfile"
315315 platforms : " linux/amd64,linux/arm64"
316316 tags : |
317- azathothas /debian-builder-unstable:latest
318- azathothas /debian-builder-unstable:${{ env.DOCKER_TAG }}
317+ pkgforge /debian-builder-unstable:latest
318+ pkgforge /debian-builder-unstable:${{ env.DOCKER_TAG }}
319319 push : true
320320 continue-on-error : true
321321# ------------------------------------------------------------------------------------#
@@ -366,16 +366,16 @@ jobs:
366366 password : " ${{ secrets.DOCKERHUB_TOKEN }}"
367367 continue-on-error : true
368368
369- # https://hub.docker.com/r/azathothas /ubuntu-builder
369+ # https://hub.docker.com/r/pkgforge /ubuntu-builder
370370 - name : Docker Build and Push (ubuntu-builder)
371371 uses : docker/build-push-action@v6
372372 with :
373373 context : /tmp/DOCKERFILES/
374374 file : " /tmp/DOCKERFILES/ubuntu-builder.dockerfile"
375375 platforms : " linux/amd64,linux/arm64"
376376 tags : |
377- azathothas /ubuntu-builder:latest
378- azathothas /ubuntu-builder:${{ env.DOCKER_TAG }}
377+ pkgforge /ubuntu-builder:latest
378+ pkgforge /ubuntu-builder:${{ env.DOCKER_TAG }}
379379 push : true
380380 continue-on-error : true
381381# ------------------------------------------------------------------------------------#
@@ -427,7 +427,7 @@ jobs:
427427 password : " ${{ secrets.DOCKERHUB_TOKEN }}"
428428 continue-on-error : true
429429
430- # https://hub.docker.com/r/azathothas /gh-runner-aarch64-ubuntu
430+ # https://hub.docker.com/r/pkgforge /gh-runner-aarch64-ubuntu
431431 - name : Docker Build and Push (gh-runner-aarch64-ubuntu)
432432 uses : docker/build-push-action@v6
433433 with :
@@ -436,8 +436,8 @@ jobs:
436436 # platforms: "linux/amd64,linux/arm64"
437437 platforms : " linux/arm64"
438438 tags : |
439- azathothas /gh-runner-aarch64-ubuntu:latest
440- azathothas /gh-runner-aarch64-ubuntu:${{ env.DOCKER_TAG }}
439+ pkgforge /gh-runner-aarch64-ubuntu:latest
440+ pkgforge /gh-runner-aarch64-ubuntu:${{ env.DOCKER_TAG }}
441441 push : true
442442 continue-on-error : true
443443# ------------------------------------------------------------------------------------#
0 commit comments