We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f2749 commit 2c07e8dCopy full SHA for 2c07e8d
.github/workflows/publish.yml
@@ -49,8 +49,8 @@ jobs:
49
run-quality-checks: false
50
51
# Prepare to deploy the image
52
- - run: |
53
- sed -i -E 's/[0-9a-f]{40}/${{ github.sha }}/g' deploy/deploy.yaml
+ # - run: |
+ # sed -i -E 's/[0-9a-f]{40}/${{ github.sha }}/g' deploy/deploy.yaml
54
55
# Deploy to Kubernetes
56
- name: kubectl
deploy/deploy.yaml
@@ -21,7 +21,7 @@ spec:
21
app.kubernetes.io/name: jupyter-apis
22
spec:
23
containers:
24
- - image: k8scc01covidacr.azurecr.io/jupyter-apis:c6280e40c11618c3908449d92f2f67d4e6b17ecc
+ - image: zachomedia/jupyter-apis:latest
25
imagePullPolicy: Always
26
name: jupyter-web-app
27
ports:
0 commit comments