Skip to content

Commit d7ff3fd

Browse files
committed
Use ghcr.io/stackhpc/hyperkube-base:v0.1.0
1 parent 12efe85 commit d7ff3fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Check out the repo
1111
uses: actions/checkout@v2
1212
- name: Unpack binaries
13-
run: "make k8s-binaries"
13+
run: make k8s-binaries K8S_VERSION=${GITHUB_REF#refs/*/}
1414
- name: Push to GitHub Packages
1515
uses: docker/build-push-action@v1
1616
with:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM harbor.cumulus.openstack.hpc.cam.ac.uk/magnum/hyperkube-base:v0.0.1-linux-amd64
1+
FROM ghcr.io/stackhpc/hyperkube-base:v0.1.0
22

33
COPY k8s-binaries/kube* /usr/local/bin/

0 commit comments

Comments
 (0)