We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12efe85 commit d7ff3fdCopy full SHA for d7ff3fd
.github/workflows/build-push-image.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Check out the repo
11
uses: actions/checkout@v2
12
- name: Unpack binaries
13
- run: "make k8s-binaries"
+ run: make k8s-binaries K8S_VERSION=${GITHUB_REF#refs/*/}
14
- name: Push to GitHub Packages
15
uses: docker/build-push-action@v1
16
with:
Dockerfile
@@ -1,3 +1,3 @@
1
-FROM harbor.cumulus.openstack.hpc.cam.ac.uk/magnum/hyperkube-base:v0.0.1-linux-amd64
+FROM ghcr.io/stackhpc/hyperkube-base:v0.1.0
2
3
COPY k8s-binaries/kube* /usr/local/bin/
0 commit comments