Skip to content

Commit c6d2126

Browse files
Publish images to ghcr only (#5)
* Publish images to ghcr only Signed-off-by: Matthew DeVenny <[email protected]> * Reduce nightly releases to latest minor-2 Signed-off-by: Matthew DeVenny <[email protected]> * Update readme releases details Signed-off-by: Matthew DeVenny <[email protected]> --------- Signed-off-by: Matthew DeVenny <[email protected]>
1 parent 8bf162d commit c6d2126

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/image-update.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ jobs:
1515
base: alpine
1616
repo: "https://github.com/helm/helm.git"
1717
check: "https://get.helm.sh/helm-v${VERSION}-linux-amd64.tar.gz"
18-
semverRange: ">=3.12.0"
18+
semverRange: ">=3.14.0"
1919
- command: istioctl
2020
base: alpine
2121
repo: "https://github.com/istio/istio.git"
2222
check: "https://github.com/istio/istio/releases/download/${VERSION}/istio-${VERSION}-linux-amd64.tar.gz"
23-
semverRange: ">=1.21.0"
23+
semverRange: ">=1.22.0"
2424
- command: kubectl
2525
base: alpine
2626
repo: "https://github.com/kubernetes/kubernetes.git"
2727
check: "https://dl.k8s.io/release/v${VERSION}/bin/linux/amd64/kubectl"
28-
semverRange: ">=1.28.0"
28+
semverRange: ">=1.30.0"
2929
- command: lego
3030
base: alpine
3131
repo: "https://github.com/go-acme/lego.git"
3232
check: "https://github.com/go-acme/lego/releases/download/v${VERSION}/lego_v${VERSION}_linux_amd64.tar.gz"
33-
semverRange: ">=4.15.0"
33+
semverRange: ">=4.19.0"
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v4
@@ -187,12 +187,6 @@ jobs:
187187
steps:
188188
- uses: actions/checkout@v4
189189

190-
- name: Login to DockerHub
191-
uses: docker/login-action@v3
192-
with:
193-
username: ${{ secrets.DOCKERHUB_USERNAME }}
194-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
195-
196190
- name: Login to GitHub Container Registry
197191
uses: docker/login-action@v3
198192
with:
@@ -224,7 +218,6 @@ jobs:
224218
cache-to: type=gha,mode=max
225219
tags: |
226220
ghcr.io/boxboat/${{ matrix.image.command }}:${{ matrix.image.version }}
227-
boxboat/${{ matrix.image.command }}:${{ matrix.image.version }}
228221
229222
- name: Install regctl
230223
if: ${{ matrix.image.version == matrix.image.latest }}
@@ -234,4 +227,3 @@ jobs:
234227
if: ${{ matrix.image.version == matrix.image.latest }}
235228
run: |
236229
regctl image copy ghcr.io/boxboat/${{ matrix.image.command }}:${{ matrix.image.version }} ghcr.io/boxboat/${{ matrix.image.command }}:latest
237-
regctl image copy boxboat/${{ matrix.image.command }}:${{ matrix.image.version }} boxboat/${{ matrix.image.command }}:latest

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ Note: Historical versions are no longer updated nightly but remain in Docker Hub
1616

1717
Image | Client/Utility | Historical | Current
1818
---|---|---|---
19-
[boxboat/helm](https://hub.docker.com/r/boxboat/helm/) | [helm](https://github.com/helm/helm) client | `>=3.0.0` | `>=3.12.0`
2019
[ghcr.io/boxboat/helm](https://github.com/boxboat/auto-dockerfile/pkgs/container/helm) | [helm](https://github.com/helm/helm) client | `>=3.0.0` | `>=3.12.0`
21-
[boxboat/istioctl](https://hub.docker.com/r/boxboat/istioctl/) | [istioctl](https://github.com/istio/istio) client | `>=1.6.0` | `>=1.21.0`
2220
[ghcr.io/boxboat/istioctl](https://github.com/boxboat/auto-dockerfile/pkgs/container/istioctl) | [istioctl](https://github.com/istio/istio) client | `>=1.6.0` | `>=1.21.0`
23-
[boxboat/kubectl](https://hub.docker.com/r/boxboat/kubectl/) | [kubectl](https://github.com/kubernetes/kubernetes) kubernetes client | `>=1.15.0` | `>=1.28.0`
2421
[ghcr.io/boxboat/kubectl](https://github.com/boxboat/auto-dockerfile/pkgs/container/kubectl) | [kubectl](https://github.com/kubernetes/kubernetes) kubernetes client | `>=1.15.0` | `>=1.28.0`
25-
[boxboat/lego](https://hub.docker.com/r/boxboat/lego/) | [lego](https://github.com/go-acme/lego) Let's Encrypt client | `>=3.5.0` | `>=4.15.0`
2622
[ghcr.io/boxboat/lego](https://github.com/boxboat/auto-dockerfile/pkgs/container/lego) | [lego](https://github.com/go-acme/lego) Let's Encrypt client | `>=3.5.0` | `>=4.15.0`

0 commit comments

Comments
 (0)