Skip to content

Commit 2c07e8d

Browse files
committed
feat(ci): Temporarily set back container
1 parent 22f2749 commit 2c07e8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
run-quality-checks: false
5050

5151
# Prepare to deploy the image
52-
- run: |
53-
sed -i -E 's/[0-9a-f]{40}/${{ github.sha }}/g' deploy/deploy.yaml
52+
# - run: |
53+
# sed -i -E 's/[0-9a-f]{40}/${{ github.sha }}/g' deploy/deploy.yaml
5454

5555
# Deploy to Kubernetes
5656
- name: kubectl

deploy/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
app.kubernetes.io/name: jupyter-apis
2222
spec:
2323
containers:
24-
- image: k8scc01covidacr.azurecr.io/jupyter-apis:c6280e40c11618c3908449d92f2f67d4e6b17ecc
24+
- image: zachomedia/jupyter-apis:latest
2525
imagePullPolicy: Always
2626
name: jupyter-web-app
2727
ports:

0 commit comments

Comments
 (0)