Skip to content

Commit 9f46020

Browse files
committed
switch to org
1 parent f2e0d42 commit 9f46020

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build-deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 🐬 Builds ArchLinux Images for 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/r/azathothas/archlinux/tags
5-
#For: https://github.com/Azathothas/Toolpacks/settings/actions/runners
4+
#URL: https://hub.docker.com/r/pkgforge/archlinux/tags
5+
#For: https://github.com/pkgforge/devscripts/tree/main/Github/Runners
66
#------------------------------------------------------------------------------------#
77
on:
88
#push:
@@ -31,7 +31,7 @@ jobs:
3131
#Presets
3232
set +x ; set +e
3333
#--------------#
34-
bash <(curl -qfsSL "https://pub.ajam.dev/repos/Azathothas/Arsenal/misc/Github/Runners/Ubuntu/debloat.sh")
34+
bash <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Github/Runners/debloat_ubuntu.sh")
3535
continue-on-error: true
3636

3737
- name: Setup Env
@@ -41,10 +41,10 @@ jobs:
4141
#--------------#
4242
#Docker Tags
4343
DOCKER_TAG="v$(date +'%Y.%m.%d')" && export DOCKER_TAG="$DOCKER_TAG"
44-
echo "DOCKER_TAG=$DOCKER_TAG" >> "$GITHUB_ENV"
44+
echo "DOCKER_TAG=$DOCKER_TAG" >> "${GITHUB_ENV}"
4545
#Repo
4646
mkdir -p "/tmp/ARCHLINUX" && pushd "/tmp/ARCHLINUX" >/dev/null 2>&1
47-
git clone --filter="blob:none" --depth="1" "https://github.com/Azathothas/docker-archlinux"
47+
git clone --filter="blob:none" --depth="1" "https://github.com/pkgforge/docker-archlinux"
4848
popd >/dev/null 2>&1
4949
continue-on-error: true
5050

@@ -63,14 +63,14 @@ jobs:
6363
password: "${{ secrets.DOCKERHUB_TOKEN }}"
6464
continue-on-error: true
6565

66-
#https://hub.docker.com/r/azathothas/archlinux
66+
#https://hub.docker.com/r/pkgforge/archlinux
6767
- name: Docker Build and Push (archlinux)
6868
uses: docker/build-push-action@v6
6969
with:
7070
context: "/tmp/ARCHLINUX/docker-archlinux"
7171
platforms: "linux/386,linux/amd64,linux/arm64,linux/arm/v7,linux/riscv64,linux/ppc64le"
7272
tags: |
73-
azathothas/archlinux:latest
74-
azathothas/archlinux:${{ env.DOCKER_TAG }}
73+
pkgforge/archlinux:latest
74+
pkgforge/archlinux:${{ env.DOCKER_TAG }}
7575
push: true
7676
continue-on-error: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- #### [Docker images of Arch Linux](https://hub.docker.com/r/azathothas/archlinux/tags) [![Build and Deploy](https://github.com/fwcd/docker-archlinux/actions/workflows/build-deploy.yml/badge.svg)](https://github.com/fwcd/docker-archlinux/actions/workflows/build-deploy.yml)
1+
- #### [Docker images of Arch Linux](https://hub.docker.com/r/pkgforge/archlinux/tags) [![Build and Deploy](https://github.com/pkgforge/docker-archlinux/actions/workflows/build-deploy.yml/badge.svg)](https://github.com/pkgforge/docker-archlinux/actions/workflows/build-deploy.yml)
22

33
Unofficial, automated Docker multi-platform images of Arch Linux for the following architectures:
44

@@ -19,7 +19,7 @@ Unofficial, automated Docker multi-platform images of Arch Linux for the followi
1919
!# --rm will delete the container upon exit
2020

2121
!# This will drop you in a bash shell
22-
docker run --rm -it --privileged --net="host" "azathothas/archlinux:latest"
22+
docker run --rm -it --privileged --net="host" "pkgforge/archlinux:latest"
2323
```
2424

2525
[^1]: The pentium4 architecture is for 32-bit CPUs that support SSE2 and the only one we support (for now). See [here](https://archlinux32.org/architecture) for a comparison of architectures supported by upstream.

0 commit comments

Comments
 (0)