Update image tag in deployment.yaml

This commit is contained in:
Dede Fuji Abdul 2024-01-16 11:36:07 +07:00
parent 6cc68e4e08
commit bfecab6b40

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: apkt-eis
image: ghcr.io/defuj/eis:latest
image: defuj/apkt-eis:dev-1705378929
ports:
- containerPort: 80
---