Skip to content

Commit

Permalink
Use ghcr.io/stackhpc/hyperkube-base:v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr committed Apr 20, 2021
1 parent 12efe85 commit d7ff3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Unpack binaries
run: "make k8s-binaries"
run: make k8s-binaries K8S_VERSION=${GITHUB_REF#refs/*/}
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
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

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

0 comments on commit d7ff3fd

Please sign in to comment.