fix: remove incorrect digest pinning from image reference
dancefinder-app / build (pull_request) Successful in 2m25s
dancefinder-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-01-09 11:54:48 +01:00
parent d709ab8647
commit 3b686e5401
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
periodSeconds: 5
timeoutSeconds: 5
imagePullPolicy: Always
image: oci.unbound.se/dancefinder/dancefinder-app@sha256:f37fc22af1b6c034f12a9174b3d1e5d3198ab861f2830c69294b088a668531ff:${COMMIT}
image: oci.unbound.se/dancefinder/dancefinder-app:${COMMIT}
ports:
- containerPort: 80
resources: