Skip to content

Commit

Permalink
Pull builds from dockerhub
Browse files Browse the repository at this point in the history
There is an issue with github packages which
means they don't play nice with k8s at present.
Github are aware and are fixing it

containerd/containerd#3291
  • Loading branch information
Catbuttes committed Jun 3, 2020
1 parent 9c3903d commit 4fd294f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/communitybot-cd-deploy.yml
Expand Up @@ -15,10 +15,12 @@ spec:
metadata:
labels:
app: communitybot
spec:
spec:
imagePullSecrets:
- name: catbuttes-dockerhub
containers:
- name: communitybot
image: docker.pkg.github.com/re-discord-development/communitybot/bot
image: catbuttes/communitybot/bot:0.1
imagePullPolicy: Always
envFrom:
- configMapRef:
Expand Down

0 comments on commit 4fd294f

Please sign in to comment.