Skip to content

Commit

Permalink
saner
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Jan 6, 2025
1 parent 112814f commit 32a92c8
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .github/workflows/build_gh_runner_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
platforms: "linux/amd64,linux/arm64"
tags: |
pkgforge/alpine-builder:latest
pkgforge/alpine-builder:${{ env.DOCKER_TAG }}
pkgforge/alpine-builder:latest-${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/alpine-builder:latest
ghcr.io/pkgforge/devscripts/alpine-builder:${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/alpine-builder:latest-${{ env.DOCKER_TAG }}
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#
Expand Down Expand Up @@ -154,9 +154,13 @@ jobs:
platforms: "linux/amd64,linux/arm64"
tags: |
pkgforge/alpine-builder-mimalloc:edge
pkgforge/alpine-builder-mimalloc:${{ env.DOCKER_TAG }}
pkgforge/alpine-builder-mimalloc:edge-${{ env.DOCKER_TAG }}
pkgforge/alpine-builder-mimalloc:latest
pkgforge/alpine-builder-mimalloc:latest-${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:edge
ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:edge-${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:latest
ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:latest-${{ env.DOCKER_TAG }}
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#
Expand Down Expand Up @@ -225,9 +229,9 @@ jobs:
platforms: "linux/amd64,linux/arm64"
tags: |
pkgforge/alpine-builder-mimalloc:stable
pkgforge/alpine-builder-mimalloc:${{ env.DOCKER_TAG }}
pkgforge/alpine-builder-mimalloc:stable-${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:stable
ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/alpine-builder-mimalloc:stable-${{ env.DOCKER_TAG }}
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#
Expand Down Expand Up @@ -295,9 +299,9 @@ jobs:
platforms: "linux/amd64,linux/arm64"
tags: |
pkgforge/archlinux-builder:latest
pkgforge/archlinux-builder:${{ env.DOCKER_TAG }}
pkgforge/archlinux-builder:latest-${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/archlinux-builder:latest
ghcr.io/pkgforge/devscripts/archlinux-builder:${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/archlinux-builder:latest-${{ env.DOCKER_TAG }}
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#
Expand Down Expand Up @@ -506,9 +510,9 @@ jobs:
platforms: "linux/amd64,linux/arm64"
tags: |
pkgforge/debian-builder-unstable:latest
pkgforge/debian-builder-unstable:${{ env.DOCKER_TAG }}
pkgforge/debian-builder-unstable:latest-${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/debian-builder-unstable:latest
ghcr.io/pkgforge/devscripts/debian-builder-unstable:${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/debian-builder-unstable:latest-${{ env.DOCKER_TAG }}
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#
Expand Down Expand Up @@ -576,9 +580,9 @@ jobs:
platforms: "linux/amd64,linux/arm64"
tags: |
pkgforge/ubuntu-builder:latest
pkgforge/ubuntu-builder:${{ env.DOCKER_TAG }}
pkgforge/ubuntu-builder:latest-${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/ubuntu-builder:latest
ghcr.io/pkgforge/devscripts/ubuntu-builder:${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/ubuntu-builder:latest-${{ env.DOCKER_TAG }}
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#
Expand Down Expand Up @@ -648,9 +652,9 @@ jobs:
platforms: "linux/arm64"
tags: |
pkgforge/gh-runner-aarch64-ubuntu:latest
pkgforge/gh-runner-aarch64-ubuntu:${{ env.DOCKER_TAG }}
pkgforge/gh-runner-aarch64-ubuntu:latest-${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/gh-runner-aarch64-ubuntu:latest
ghcr.io/pkgforge/devscripts/gh-runner-aarch64-ubuntu:${{ env.DOCKER_TAG }}
ghcr.io/pkgforge/devscripts/gh-runner-aarch64-ubuntu:latest-${{ env.DOCKER_TAG }}
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#
Expand Down

0 comments on commit 32a92c8

Please sign in to comment.